From acdaad26255bb810e5d2f0d562b39d9e175c3156 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 2 May 2014 17:59:22 +0200 Subject: [PATCH] [ticket/12472] Set fast_finish for travis Now, a build will finish as soon as a job has failed, or when the only jobs left allow failures. http://docs.travis-ci.com/user/build-configuration/#Fast-finishing PHPBB3-12472 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5e70ef97ec..635023d596 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,3 +35,4 @@ matrix: env: DB=postgres allow_failures: - php: hhvm + fast_finish: true