Skip to content

Commit

Permalink
Merge pull request #33 from mcktr/bugfix/fix-golint-import
Browse files Browse the repository at this point in the history
Fix golint import path in CI tests
  • Loading branch information
mcktr authored Feb 27, 2019
2 parents 614f796 + 4c3282d commit 4886a19
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 @@ -15,7 +15,7 @@ matrix:

before_install:
- go get github.com/mitchellh/gox
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint

install:
- # skip
Expand Down

0 comments on commit 4886a19

Please sign in to comment.