Explorar o código

Travis: Allow PHP nightly builds to fail

Daniel Rudolf %!s(int64=9) %!d(string=hai) anos
pai
achega
b198ad48c6
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

@@ -8,6 +8,11 @@ php:
   - hhvm
   - nightly
 
+matrix:
+  allow_failures:
+    - php: nightly
+  fast-finish: true
+
 script:
   - find . -type f -name '*.php' -print0 | xargs -0 -I file php -l file > /dev/null