mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-12-31 16:37:31 -08:00
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:
parent
c09b433d8f
commit
efbc877188
|
@ -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