Skip to content

Commit 543d1e8

Browse files
committed
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 <[email protected]>
1 parent 00bc2f5 commit 543d1e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ script:
6969
- export CGO_ENABLED=$TRAVIS_CGO_ENABLED
7070
- DCO_VERBOSITY=-q ../project/script/validate/dco
7171
- ../project/script/validate/fileheader ../project/
72-
- ../project/script/validate/vendor
72+
- travis_wait ../project/script/validate/vendor
7373
- GOOS=linux script/setup/install-dev-tools
7474
- go build -i .
7575
- make check

0 commit comments

Comments
 (0)