From 745ae6ff2f63cda50cbe73448a3067846f1b4eb8 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Mon, 15 Aug 2016 23:05:46 -0600 Subject: [PATCH] Travis CI improvements --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2147d1d40..517c1bcf8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,11 @@ go: - 1.7 - tip +matrix: + allow_failures: + - go: tip + fast_finish: true + before_install: # Decrypts a script that installs an authenticated cookie # for git to use when cloning from googlesource.com.