Skip to content

Commit

Permalink
Merge pull request #283 from XenoPhex/fix-golint
Browse files Browse the repository at this point in the history
update path of golint install
  • Loading branch information
jessevdk authored Oct 29, 2018
2 parents 9c49a33 + 9fcdf99 commit 5de817a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ os:

go:
- 1.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x

Expand All @@ -17,7 +15,7 @@ install:
- go build -v ./...

# linting
- go get github.com/golang/lint/golint
- go get -v golang.org/x/lint/golint

# code coverage
- go get golang.org/x/tools/cmd/cover
Expand Down

0 comments on commit 5de817a

Please sign in to comment.