travis: Add travis_wait to the test run

This commit is contained in:
Guillaume Ballet 2019-11-15 11:52:03 +01:00
parent b4ef810cfa
commit 0e9feef267

View file

@ -48,7 +48,7 @@ jobs:
go: 1.13.x
script:
- go run build/ci.go install
- go run build/ci.go test -coverage $TEST_PACKAGES
- travis_wait go run build/ci.go test -coverage $TEST_PACKAGES
- stage: build
os: osx