Skip to content

Commit

Permalink
Merge pull request #287 from globalsign/cherry-pick-golint-fix
Browse files Browse the repository at this point in the history
Fix import path for golint
  • Loading branch information
maitesin authored Oct 19, 2018
2 parents 6c2c656 + ea59ad3 commit b5ab11f
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 @@ -30,7 +30,7 @@ install:
- go get gopkg.in/check.v1
- go get gopkg.in/yaml.v2
- go get gopkg.in/tomb.v2
- go get github.com/golang/lint
- go get golang.org/x/lint/golint

before_script:
- golint ./... | grep -v 'ID' | cat
Expand Down

0 comments on commit b5ab11f

Please sign in to comment.