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 06010a4 commit 512914fCopy full SHA for 512914f
.travis.yml
@@ -22,7 +22,7 @@ cache:
22
notifications:
23
email: false
24
before_script:
25
- - go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.16.0
+ - curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0
26
script:
27
- go run mage.go -v lint
28
- go run mage.go -v test
0 commit comments