[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:
logmanoriginal 2016-09-10 19:12:55 +02:00
parent 7b5e367678
commit 22cf562659
1 changed files with 1 additions and 0 deletions

View File

@ -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