Skip to content

Commit ec393f0

Browse files
committed
update travis to use golangci-lint binary instead of building from source
1 parent 987fd27 commit ec393f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ go:
1111
- '1.15'
1212
before_script:
1313
- go get -u github.com/mattn/goveralls
14-
- go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
14+
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.35.2
1515
before_install:
1616
- openssl aes-256-cbc -K $encrypted_7ebe6f038385_key -iv $encrypted_7ebe6f038385_iv
1717
-in snap.login.enc -out snap.login -d

0 commit comments

Comments
 (0)