Skip to content

Commit 512914f

Browse files
authored
Update .travis.yml
1 parent 06010a4 commit 512914f

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
@@ -22,7 +22,7 @@ cache:
2222
notifications:
2323
email: false
2424
before_script:
25-
- go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.16.0
25+
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0
2626
script:
2727
- go run mage.go -v lint
2828
- go run mage.go -v test

0 commit comments

Comments
 (0)