From d8022645bacdf0388550e9187413eb63e1563a73 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Mon, 7 Dec 2015 11:45:53 -0600 Subject: [PATCH] travis: remove go tip builds I don't really see a good reason for running a build against Go tip. This probably made more sense in the earlier days of Golang, but now IMHO it's just wasting cycles for not much benefit. /cc @jen20 @mitchellh --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c36571ca1..e60001302 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ language: go go: - 1.5 - - tip install: make updatedeps