From 4fefa9f2f0862f9ae46bf4af80c79ed04f123d77 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sat, 10 Feb 2018 18:49:12 -0500 Subject: [PATCH] travis: Disable fast finish for now This causes a notification for each entry in the matrix which is now too many emails. When travis adds and option to send just one notification, but to still allow you to fast finish, then please lmk :) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 45b3bafb..782a51ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ before_install: install: 'make deps' script: 'make test' matrix: - fast_finish: true + fast_finish: false allow_failures: - go: tip - go: 1.9.x