aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAntonio Jesus Navarro Perez <antonio@sourced.tech>2017-02-23 12:07:09 +0100
committerAntonio Jesus Navarro Perez <antonio@sourced.tech>2017-02-23 12:16:39 +0100
commitb16b19a6eef1b7cfa4c579c5decd4e19b987f6a7 (patch)
tree35012d26ecc5e6757d87d4deedf8d4564364c55f /.travis.yml
parentb5da4e98571b02dc106de4f9b2cb2a298489f1b1 (diff)
downloadgo-git-b16b19a6eef1b7cfa4c579c5decd4e19b987f6a7.tar.gz
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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