Add travis_wait to prevent vndr timing out
Pervent travis from timing out because no output was printed; No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
00bc2f5cfd
commit
543d1e807f
@ -69,7 +69,7 @@ script:
|
||||
- export CGO_ENABLED=$TRAVIS_CGO_ENABLED
|
||||
- DCO_VERBOSITY=-q ../project/script/validate/dco
|
||||
- ../project/script/validate/fileheader ../project/
|
||||
- ../project/script/validate/vendor
|
||||
- travis_wait ../project/script/validate/vendor
|
||||
- GOOS=linux script/setup/install-dev-tools
|
||||
- go build -i .
|
||||
- make check
|
||||
|
Loading…
Reference in New Issue
Block a user