From a0851702ff281bf40c0da288c2f6e379a023b0f5 Mon Sep 17 00:00:00 2001 From: mark_story Date: Fri, 23 May 2014 14:05:09 -0400 Subject: [PATCH] Fail the build as soon as one build fails. No need to run all the builds when one of them has already failed. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 54cbb60f1..a4ab23da8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ services: - memcached matrix: + fast_finish: true allow_failures: - php: 5.4 env: