Explorar el Código

Updated travis.yml

Graham Campbell hace 11 años
padre
commit
42a9489f11
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. 4 3
      .travis.yml

+ 4 - 3
.travis.yml

@@ -4,9 +4,6 @@ php:
   - 5.4
   - 5.5
   - hhvm
-matrix:
-  allow_failures:
-    - php: hhvm
 branches:
   except:
     - v0.5
@@ -15,3 +12,7 @@ branches:
     - documentation
 services: redis-server
 script: phpunit -c phpunit.xml.travisci
+matrix:
+  allow_failures:
+    - php: hhvm
+  fast_finish: true