travis: Use travis_wait for both install and build

This commit is contained in:
Guillaume Ballet 2019-11-18 11:56:52 +01:00
parent 57d697629d
commit a756f619ff

View file

@ -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