Skip to content

Commit

Permalink
Fix golint import path
Browse files Browse the repository at this point in the history
  • Loading branch information
golint-fixer committed Oct 25, 2018
1 parent 4bb5e26 commit d0ca779
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 @@ -4,7 +4,7 @@ go:
env:
- "PATH=/home/travis/gopath/bin:$PATH"
before_install:
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint
- go get github.com/mattn/goveralls
script:
- go vet
Expand Down

0 comments on commit d0ca779

Please sign in to comment.