Browse Source

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.
pull/223/head
Matthias Rampke 9 years ago
parent
commit
efbc877188
  1. 3
      .travis.yml

3
.travis.yml

@ -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…
Cancel
Save