Skip to content

Commit f176903

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. Fix #74
1 parent eab5dac commit f176903

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ rust:
77
- nightly
88
services:
99
- docker
10+
before_script:
11+
- if [ "$TARGET" = "arm-linux-androideabi" ]; then
12+
travis_wait docker pull alexcrichton/rust-slave-android:2015-11-22;
13+
fi
14+
1015
script:
1116
- if [[ $TRAVIS_RUST_VERSION = nightly* ]]; then
1217
sh ci/run-travis.sh;

0 commit comments

Comments
 (0)