1
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-16 21:56:40 -05:00

ci: get golint tool from golang.org/x/lint/golint (#2324)

This commit is contained in:
Zoe 2018-10-17 01:56:41 +08:00 committed by Matt Holt
parent f7757da7ed
commit 03b10f9c8e
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ before_install:
install:
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash dist/gitcookie.sh; fi
- go get -t ./...
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint
- go get github.com/FiloSottile/vendorcheck
- go get github.com/alecthomas/gometalinter

View file

@ -18,7 +18,7 @@ install:
- go version
- go env
- go get -t ./...
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint
- go get github.com/FiloSottile/vendorcheck
- go get github.com/alecthomas/gometalinter