Browse Source

*: don't go get vet (#397)

It's part of the standard tooling and no longer lives in
golang.org/x/tools.

See https://golang.org/cl/20810
pull/396/head
Eric Chiang 10 years ago
parent
commit
70cb0546ce
  1. 1
      .travis.yml

1
.travis.yml

@ -16,7 +16,6 @@ env:
install:
- go get golang.org/x/tools/cmd/cover
- go get golang.org/x/tools/cmd/vet
- docker pull quay.io/coreos/postgres
- docker pull osixia/openldap

Loading…
Cancel
Save