0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

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
No known key found for this signature in database
GPG key ID: 0D97CC73664F4D03
2 changed files with 0 additions and 2 deletions

View file

@ -17,7 +17,6 @@ before_install:
install: install:
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash dist/gitcookie.sh; fi - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash dist/gitcookie.sh; fi
- go get -t ./... - go get -t ./...
- go get golang.org/x/tools/cmd/vet
- go get github.com/golang/lint/golint - go get github.com/golang/lint/golint
- go get github.com/gordonklaus/ineffassign - go get github.com/gordonklaus/ineffassign

View file

@ -15,7 +15,6 @@ install:
- go version - go version
- go env - go env
- go get -t ./... - go get -t ./...
- go get golang.org/x/tools/cmd/vet
- go get github.com/golang/lint/golint - go get github.com/golang/lint/golint
- go get github.com/gordonklaus/ineffassign - go get github.com/gordonklaus/ineffassign
- set PATH=%GOPATH%\bin;%PATH% - set PATH=%GOPATH%\bin;%PATH%