Skip to content

Commit

Permalink
Fix golint fetch making tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
aerostitch committed Oct 12, 2018
1 parent 5757092 commit eb96003
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 @@ -11,7 +11,7 @@ env:
- "PATH=/home/travis/gopath/bin:$PATH"

script:
- go get -u github.com/golang/lint/golint
- go get -u golang.org/x/lint/golint
- go get -u golang.org/x/tools/cmd/goimports
- go get -u github.com/golang/dep/cmd/dep
- golint ./...
Expand Down

0 comments on commit eb96003

Please sign in to comment.