Skip to content

Commit

Permalink
Really fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Feb 23, 2020
1 parent d9e726b commit a24c44c
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 @@ -10,7 +10,7 @@ install:
- true

script:
- go get -u github.com/golang/lint/golint
- go get -u golang.org/x/lint/golint
- golint ./...
- go test ./...

Expand Down

0 comments on commit a24c44c

Please sign in to comment.