We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9fce0 commit 7e04655Copy full SHA for 7e04655
.travis.yml
@@ -7,8 +7,8 @@ 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 ./...
+ - env GO111MODULE=on golangci-lint --deadline 5m run --new-from-rev "$TRAVIS_BRANCH" -v ./...
13
- env GO111MODULE=on go test -v -short ./...
14
0 commit comments