From 22cf562659e141d47df34ace2ccdf2995e70a65b Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Sat, 10 Sep 2016 19:12:55 +0200 Subject: [PATCH] [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 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 435024a9..969c1b32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file