From 503670f7a576b10227b12fe5526c6f05924fcf3e Mon Sep 17 00:00:00 2001 From: "John C. Vernaleo" Date: Tue, 2 Dec 2014 13:10:21 -0500 Subject: [PATCH] For now, do not have travis build tip. The location of go vet moved but the new version only works with tip while the old one works with release. So for now, not building tip. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9a3d80d2..748c55d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: go go: - 1.2 - release - - tip install: - go get -d -t -v ./... - go get -v code.google.com/p/go.tools/cmd/vet