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:
|
||||
- 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