Skip to content

Commit

Permalink
Merge pull request #2 from golint-fixer/master
Browse files Browse the repository at this point in the history
Fix golint import path
  • Loading branch information
djherbis authored Oct 27, 2018
2 parents 4504129 + 00c0a4b commit 2d56997
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
go:
- tip
before_install:
- go get -u github.com/golang/lint/golint
- go get -u golang.org/x/lint/golint
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover;
Expand Down

0 comments on commit 2d56997

Please sign in to comment.