Explorar el Código

Temporarily allow failures for HHVM on Travis-CI.

[ci skip]
Daniele Alessandri hace 10 años
padre
commit
08fd312fb5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -20,5 +20,6 @@ script:
   - vendor/bin/phpunit -c phpunit.xml.travisci
 matrix:
   allow_failures:
+    - php: hhvm
     - php: hhvm-nightly
   fast_finish: true