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.
This commit is contained in:
John C. Vernaleo 2014-12-02 13:10:21 -05:00
parent d87778df6d
commit 503670f7a5

View file

@ -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