mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-20 18:10:38 +02: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:
@ -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
|
Reference in New Issue
Block a user