travis: update golint dep path

This commit is contained in:
Johan T. Halseth 2018-10-16 18:43:02 -07:00
parent d791cb7c30
commit 312baff46a
No known key found for this signature in database
GPG key ID: 15BAADA29DA20D26

View file

@ -12,7 +12,7 @@ before_install:
install:
- go install -v $(glide novendor)
- go get -v golang.org/x/tools/cmd/cover
- go get -v github.com/golang/lint/golint
- go get -v golang.org/x/lint/golint
- go get -v github.com/davecgh/go-spew/spew
script:
- export PATH=$PATH:$HOME/gopath/bin