Apparently vet ships with Go now

This commit is contained in:
Matthew Holt
2016-04-06 17:29:53 -06:00
parent 2072eec11f
commit c21ff8343c
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -17,7 +17,6 @@ before_install:
install:
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash dist/gitcookie.sh; fi
- go get -t ./...
- go get golang.org/x/tools/cmd/vet
- go get github.com/golang/lint/golint
- go get github.com/gordonklaus/ineffassign
-1
View File
@@ -15,7 +15,6 @@ install:
- go version
- go env
- go get -t ./...
- go get golang.org/x/tools/cmd/vet
- go get github.com/golang/lint/golint
- go get github.com/gordonklaus/ineffassign
- set PATH=%GOPATH%\bin;%PATH%