Skip to content

Commit

Permalink
Use expected golint path
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Oct 14, 2018
1 parent fb3cfbc commit 96f33b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ matrix:
- go: tip

before_install:
- "if [[ $TRAVIS_GO_VERSION == 1.11 ]]; then go get -v github.com/golang/lint/golint; fi"
- "if [[ $TRAVIS_GO_VERSION == 1.11 ]]; then go get -u golang.org/x/lint/golint; fi"

script:
- go test -race -cpu 1,4 -v
Expand Down

0 comments on commit 96f33b8

Please sign in to comment.