We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f176903 commit 0240ec7Copy full SHA for 0240ec7
.travis.yml
@@ -9,7 +9,7 @@ services:
9
- docker
10
before_script:
11
- if [ "$TARGET" = "arm-linux-androideabi" ]; then
12
- travis_wait docker pull alexcrichton/rust-slave-android:2015-11-22;
+ travis_wait docker pull $(cat android-docker-image);
13
fi
14
15
script:
android-docker-image
@@ -0,0 +1 @@
1
+alexcrichton/rust-slave-android:2015-11-22
ci/run-travis.sh
@@ -61,7 +61,7 @@ exec sh ci/run.sh $TARGET
61
-v $HOME/rust:/usr/local:ro \
62
-v `pwd`:/checkout:ro \
63
-e LD_LIBRARY_PATH=/usr/local/lib \
64
- -it alexcrichton/rust-slave-android:2015-11-22 \
+ -it $(cat android-docker-image) \
65
-c "$script"
66
;;
67
0 commit comments