From 4b2d5f6cdbca476abe95fef9bd8f5b4db07ccdcb Mon Sep 17 00:00:00 2001 From: thinkerou Date: Tue, 25 Sep 2018 21:08:38 +0800 Subject: [PATCH] ci: fast finish when build failed --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 398c14094d..f9e241d772 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ go: matrix: allow_failures: - go: master + fast_finish: true git: depth: 10