Skip to content

Commit

Permalink
Install golint to tmpdir
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Mar 20, 2020
1 parent 260a739 commit 7255ffe
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 @@ -18,5 +18,5 @@ cache:
- $HOME/gopath/pkg/mod

script:
- go get github.com/golang/lint/golint
- cd $TMPDIR && go get golang.org/x/lint/golint && cd -
- make build test fmt lint vet

0 comments on commit 7255ffe

Please sign in to comment.