forked from blallo/rss-bridge
[travis] Allow build to finish as soon as possible
This will allow the entire build to fail if one case failed without waiting for the remaining cases to finish their tests
This commit is contained in:
parent
7b5e367678
commit
22cf562659
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ script:
|
||||||
- phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p
|
- phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
- php: nightly
|
- php: nightly
|
Loading…
Reference in a new issue