Skip to content

Commit

Permalink
Merge pull request Versent#87 from aerostitch/golint
Browse files Browse the repository at this point in the history
Fix golint fetch making tests fail
  • Loading branch information
wolfeidau authored Oct 15, 2018
2 parents 5757092 + eb96003 commit 40768ed
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 40768ed

Please sign in to comment.