good morning!!!!

Skip to content
Snippets Groups Projects
Commit b02afb6b authored by Guillaume Ballet's avatar Guillaume Ballet Committed by Felix Lange
Browse files

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

parent 422604b4
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ jobs:
dist: xenial
go: 1.13.x
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
- stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment