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 987fd27 commit ec393f0Copy full SHA for ec393f0
.travis.yml
@@ -11,7 +11,7 @@ go:
11
- '1.15'
12
before_script:
13
- go get -u github.com/mattn/goveralls
14
- - go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
+ - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.35.2
15
before_install:
16
- openssl aes-256-cbc -K $encrypted_7ebe6f038385_key -iv $encrypted_7ebe6f038385_iv
17
-in snap.login.enc -out snap.login -d
0 commit comments