mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-31 22:00:23 +02:00
[travis] Allow hhvm and nightly to fail
This commit is contained in:
@@ -10,4 +10,9 @@ 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
|
Reference in New Issue
Block a user