Merge pull request #223 from prometheus/go-vet/no-install

Stop installing golang.org/x/tools/cmd/vet during Travis build
This commit is contained in:
Björn Rabenstein 2016-04-18 12:20:48 +02:00
commit d98335cbf0

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