Skip to content

Commit 2cd24f0

Browse files
committed
Attempt to use travis_wait to work around time outs:
> No output has been received in the last 10m0s, this potentially indicates > a stalled build or something wrong with the build itself.
1 parent eab5dac commit 2cd24f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rust:
88
services:
99
- docker
1010
script:
11-
- if [[ $TRAVIS_RUST_VERSION = nightly* ]]; then
11+
- travis_wait if [[ $TRAVIS_RUST_VERSION = nightly* ]]; then
1212
sh ci/run-travis.sh;
1313
else
1414
cargo build;

0 commit comments

Comments
 (0)