Update TravisCI configs. (#409)

The vet tool moved to the Go tree as of go1.5 so it does not
need to be installed seperately.  With the x/tools repo now gone,
remove the install step for vet since it fails.
This commit is contained in:
John C. Vernaleo 2016-04-07 15:01:54 -04:00 committed by Josh Rickmar
parent eefc610904
commit 94d813b2d4

View file

@ -8,7 +8,6 @@ before_install:
install:
- go get -d -t -v ./...
- go get -v $gotools/cmd/cover
- go get -v $gotools/cmd/vet
- go get -v github.com/bradfitz/goimports
- go get -v github.com/golang/lint/golint
script: