From 8168f69ae7a1c4cbebc3b2b023591c24c3529add Mon Sep 17 00:00:00 2001 From: Haralan Dobrev Date: Mon, 9 Mar 2015 10:22:39 +0200 Subject: [PATCH] Report Travis CI build success early This will report the build has succceeded even if allowed to fail jobs are still running. See https://github.com/composer/composer/pull/3828. Docs: http://docs.travis-ci.com/user/build-configuration/#Fast-finishing Props to @fonsecas72. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a2929f562..818224376 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ php: - hhvm-nightly matrix: + fast_finish: true allow_failures: - php: hhvm-nightly