From aa5806a1df98a5140e0e8dfaa08e6a4df36642f5 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 18 Feb 2016 15:50:04 -0800 Subject: [PATCH] Takes away Go tip build which is failing for odd reasons. This should cut down on build noise. When we get further with 1.6 we can reintroduce the tip build to help spot issues with the next version of Go. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 73b51a37c2..c600adedf8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: go go: - 1.6 - - tip branches: only: