Skip to content

Commit 3a9fce0

Browse files
committed
Use timeout of 5 minutes
1 parent 5322278 commit 3a9fce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ sudo: false
99
install:
1010
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.22.2
1111
script:
12-
- env GO111MODULE=on golangci-lint run --new-from-rev "$TRAVIS_BRANCH" -v ./...
12+
- env GO111MODULE=on golangci-lint --timeout 5m run --new-from-rev "$TRAVIS_BRANCH" -v ./...
1313
- env GO111MODULE=on go test -v -short ./...
1414

0 commit comments

Comments
 (0)