mirror of
https://github.com/prometheus/node_exporter
synced 2025-01-21 04:40:43 +00:00
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:
commit
d98335cbf0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user