Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Fix golint path
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Shkuro committed Nov 29, 2018
1 parent be550b0 commit 6b6f234
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 @@ -7,7 +7,7 @@ go:
- tip

install:
- go get -u github.com/golang/lint/...
- go get -u golang.org/x/lint/golint/...
- go get -u github.com/stretchr/testify/...
- go get -u golang.org/x/net/context
script:
Expand Down

0 comments on commit 6b6f234

Please sign in to comment.