File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ matrix:
45
45
rust : nightly
46
46
- os : osx
47
47
env : TARGET=i386-apple-ios
48
- rust : nightly
48
+ rust : nightly-2016-02-12
49
49
- os : osx
50
50
env : TARGET=x86_64-apple-ios
51
- rust : nightly
51
+ rust : nightly-2016-02-12
52
52
- os : linux
53
53
env : TARGET=x86_64-rumprun-netbsd DOCKER=alexcrichton/rust-libc-rumprun:2015-11-27
54
54
rust : nightly-2015-09-27
Original file line number Diff line number Diff line change 20
20
MAIN_TARGETS=https://static.rust-lang.org/dist
21
21
DATE=$( echo $TRAVIS_RUST_VERSION | sed s/nightly-//)
22
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
23
27
24
28
install () {
25
29
if [ " $TRAVIS " = " true" ]; then
You can’t perform that action at this time.
0 commit comments