Skip to content

Commit

Permalink
Fix golint import path (genuinetools#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
azillion authored and jessfraz committed Oct 22, 2018
1 parent f805025 commit de81619
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 @@ -3,7 +3,7 @@ sudo: true
go:
- 1.10.x
before_install:
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint
- go get honnef.co/go/tools/cmd/staticcheck
jobs:
include:
Expand Down

0 comments on commit de81619

Please sign in to comment.