Skip to content

Commit

Permalink
fix golint import
Browse files Browse the repository at this point in the history
  • Loading branch information
djherbis authored May 11, 2019
1 parent b36ee69 commit 375fb58
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 github.com/golang/lint/golint
- go get 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 375fb58

Please sign in to comment.