We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9fce0 commit d7ebbaeCopy full SHA for d7ebbae
.travis.yml
@@ -7,7 +7,7 @@ os:
7
dist: trusty
8
sudo: false
9
install:
10
- - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.22.2
+ - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.19.1
11
script:
12
- env GO111MODULE=on golangci-lint --timeout 5m run --new-from-rev "$TRAVIS_BRANCH" -v ./...
13
- env GO111MODULE=on go test -v -short ./...
0 commit comments