forked from blallo/rss-bridge
[travis] Allow hhvm and nightly to fail
This commit is contained in:
parent
3942b6b86f
commit
7b5e367678
1 changed files with 6 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue