From b16b19a6eef1b7cfa4c579c5decd4e19b987f6a7 Mon Sep 17 00:00:00 2001 From: Antonio Jesus Navarro Perez Date: Thu, 23 Feb 2017 12:07:09 +0100 Subject: Add fast_finish flag to travis configuration This flag allows us to improve the time spent in travis test execution if: - A build job fails, the build is mark as failed immediately, not waiting to finish the rest of the jobs. - All Build jobs pass. Travis will not wait to Allowed failures jobs to mark the PR as OK. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 22c6629..e3c0085 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ env: - GIT_VERSION=v2.11.0 matrix: + fast_finish: true allow_failures: - go: tip -- cgit