mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
[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
@ -13,6 +13,7 @@ script:
|
||||
- phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
- php: nightly
|
Loading…
Reference in New Issue
Block a user