Commit b02afb6b authored by Guillaume Ballet's avatar Guillaume Ballet Committed by Felix Lange

travis: use travis_wait for both install and build (#20309)

parent 422604b4
...@@ -47,7 +47,7 @@ jobs: ...@@ -47,7 +47,7 @@ jobs:
dist: xenial dist: xenial
go: 1.13.x go: 1.13.x
script: script:
- go run build/ci.go install - travis_wait 20 go run build/ci.go install
- travis_wait 30 go run build/ci.go test -coverage $TEST_PACKAGES - travis_wait 30 go run build/ci.go test -coverage $TEST_PACKAGES
- stage: build - stage: build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment