We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f1c19 commit 28a493aCopy full SHA for 28a493a
.travis.yml
@@ -45,10 +45,10 @@ matrix:
45
rust: nightly
46
- os: osx
47
env: TARGET=i386-apple-ios
48
- rust: nightly
+ rust: nightly-2016-02-12
49
50
env: TARGET=x86_64-apple-ios
51
52
- os: linux
53
env: TARGET=x86_64-rumprun-netbsd DOCKER=alexcrichton/rust-libc-rumprun:2015-11-27
54
rust: nightly-2015-09-27
ci/run-travis.sh
@@ -20,6 +20,10 @@ fi
20
MAIN_TARGETS=https://static.rust-lang.org/dist
21
DATE=$(echo $TRAVIS_RUST_VERSION | sed s/nightly-//)
22
EXTRA_TARGETS=https://people.mozilla.org/~acrichton/libc-test/$DATE
23
+if [ "$DATE" != "nightly" ]; then
24
+ MAIN_TARGETS=$MAIN_TARGETS/$DATE
25
+ TRAVIS_RUST_VERSION=nightly
26
+fi
27
28
install() {
29
if [ "$TRAVIS" = "true" ]; then
0 commit comments