Browse Source

Merge branch 'ContinuousIntegration' of https://github.com/logmanoriginal/rss-bridge

logmanoriginal 7 năm trước cách đây
mục cha
commit
d17998224e
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 7 1
      .travis.yml

+ 7 - 1
.travis.yml

@@ -10,4 +10,10 @@ install:
 
 script:
   - phpenv rehash
-  - phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p
+  - phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p
+
+matrix:
+  fast_finish: true
+  allow_failures:
+    - php: hhvm
+    - php: nightly