Update TravisCI configs. (#409)
The vet tool moved to the Go tree as of go1.5 so it does not need to be installed seperately. With the x/tools repo now gone, remove the install step for vet since it fails.
This commit is contained in:
parent
eefc610904
commit
94d813b2d4
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ before_install:
|
||||||
install:
|
install:
|
||||||
- go get -d -t -v ./...
|
- go get -d -t -v ./...
|
||||||
- go get -v $gotools/cmd/cover
|
- go get -v $gotools/cmd/cover
|
||||||
- go get -v $gotools/cmd/vet
|
|
||||||
- go get -v github.com/bradfitz/goimports
|
- go get -v github.com/bradfitz/goimports
|
||||||
- go get -v github.com/golang/lint/golint
|
- go get -v github.com/golang/lint/golint
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue