We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d9e02 commit 1d061d3Copy full SHA for 1d061d3
.travis.yml
@@ -43,9 +43,8 @@ jobs:
43
- pip install --user --upgrade pip
44
- pip install --user yamllint
45
# install golangci-lint
46
- # workaround for https://github.com/golangci/golangci-lint/issues/575
47
- curl -sf
48
- "https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh"
+ "https://install.goreleaser.com/github.com/golangci/golangci-lint.sh"
49
| bash -s -- -b $GOPATH/bin "${GOLANGCI_VERSION}"
50
script:
51
- make test || travis_terminate 1;
0 commit comments