mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-03-05 21:00:12 -08: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:
|
env:
|
||||||
- GO15VENDOREXPERIMENT=1
|
- GO15VENDOREXPERIMENT=1
|
||||||
|
|
||||||
install:
|
|
||||||
- go get golang.org/x/tools/cmd/vet
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- "! gofmt -l $(find . -path ./vendor -prune -o -name '*.go' -print) | read nothing"
|
- "! gofmt -l $(find . -path ./vendor -prune -o -name '*.go' -print) | read nothing"
|
||||||
- go vet
|
- go vet
|
||||||
|
|
Loading…
Reference in a new issue