Stop installing golang.org/x/tools/cmd/vet during Travis build

This is
[deprecated](https://groups.google.com/forum/#!topic/golang-announce/qu_rAphYdxY)
and no longer necessary as we don't try to build with Go 1.4 anyway.
This commit is contained in:
Matthias Rampke 2016-04-18 10:12:18 +00:00
parent c09b433d8f
commit efbc877188
1 changed files with 0 additions and 3 deletions

View File

@ -8,9 +8,6 @@ go:
env:
- GO15VENDOREXPERIMENT=1
install:
- go get golang.org/x/tools/cmd/vet
script:
- "! gofmt -l $(find . -path ./vendor -prune -o -name '*.go' -print) | read nothing"
- go vet