Skip to content

Commit

Permalink
.travis.yml: update to new golint import path
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau committed Oct 13, 2018
1 parent d298b79 commit 62f50d9
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 @@ -2,7 +2,7 @@ language: go

install:
- make get-deps
- go get -u github.com/golang/lint/golint
- go get -u golang.org/x/lint/golint
- go get -u github.com/mattn/goveralls

script:
Expand Down

0 comments on commit 62f50d9

Please sign in to comment.