Skip to content

Commit

Permalink
Switch off GO111MODULE when installing linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dims committed Feb 4, 2020
1 parent 5f5be1e commit cab1062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ script:
- GO111MODULE=on go test -v -race ./...
- git diff --exit-code
install:
- go get golang.org/x/lint/golint
- GO111MODULE=off go get golang.org/x/lint/golint

0 comments on commit cab1062

Please sign in to comment.