1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-01 22:30:14 +02:00

[travis] Allow hhvm and nightly to fail

This commit is contained in:
logmanoriginal
2016-09-10 19:10:42 +02:00
parent 3942b6b86f
commit 7b5e367678

View File

@@ -11,3 +11,8 @@ install:
script: script:
- phpenv rehash - phpenv rehash
- phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p - phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p
matrix:
allow_failures:
- php: hhvm
- php: nightly