Skip to content

Commit

Permalink
Merge pull request #285 from zendesk/ktsanaktsidis/fix_golint_import_…
Browse files Browse the repository at this point in the history
…path

Fix import path for golint
  • Loading branch information
maitesin committed Oct 15, 2018
2 parents 1ca0a4f + 9efffc6 commit eeefdec
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 @@ -29,7 +29,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 eeefdec

Please sign in to comment.