We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccafcb commit dc67829Copy full SHA for dc67829
.travis.yml
@@ -10,7 +10,7 @@ sudo: false
10
install:
11
- go get -t -d -v ./...
12
- go get github.com/onsi/ginkgo/ginkgo
13
- - go get -u github.com/golang/lint/golint
+ - go get -u golang.org/x/lint/golint
14
- go get -u github.com/modocache/gover
15
- go get -u github.com/mattn/goveralls
16
# optional dependencies
0 commit comments