瀏覽代碼

Travis: Allow PHP nightly builds to fail

Daniel Rudolf 9 年之前
父節點
當前提交
b198ad48c6
共有 1 個文件被更改,包括 5 次插入0 次删除
  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