Skip to content

Commit

Permalink
Fix golint import path (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
golint-fixer authored and joohoi committed Oct 29, 2018
1 parent 4bb5e26 commit a09073d
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 a09073d

Please sign in to comment.