Skip to content

Commit

Permalink
TravisCI: Recommended install for golangci-lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
davecgh committed Aug 6, 2019
1 parent 7dc2016 commit cf97a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -29,7 +29,7 @@ matrix:
- $HOME/Library/Caches/go-build
- $HOME/go/pkg/mod
install:
- go get -v github.com/golangci/golangci-lint/cmd/golangci-lint
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.17.1
script:
- env GO111MODULE=on go build ./...
- env GO111MODULE=on ./run_tests.sh

0 comments on commit cf97a27

Please sign in to comment.