Skip to content

Commit

Permalink
TravisCI: change golint URL
Browse files Browse the repository at this point in the history
Use "golang.org/x/lint/golint" for Golint.
  • Loading branch information
ozerovandrei committed Oct 15, 2018
1 parent a3cf16d commit c6dc6cf
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 @@ sudo: false
language: go
install:
- go get golang.org/x/tools/cmd/goimports
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint
- go get github.com/mattn/goveralls
- go get github.com/wadey/gocovmerge
- go get github.com/go-critic/go-critic/...
Expand Down

0 comments on commit c6dc6cf

Please sign in to comment.