File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ matrix:
41
41
rust : nightly
42
42
- os : osx
43
43
env : TARGET=i386-apple-ios
44
- rust : nightly-2015-09-08
44
+ rust : nightly
45
45
- os : osx
46
46
env : TARGET=x86_64-apple-ios
47
- rust : nightly-2015-09-08
47
+ rust : nightly
48
48
- os : linux
49
49
env : TARGET=x86_64-rumprun-netbsd DOCKER=alexcrichton/rust-libc-rumprun:2015-11-27
50
50
rust : nightly-2015-09-27
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ cp ci/cargo-config .cargo/config
108
108
# all others from the official distribution.
109
109
if [ " $TRAVIS " = " true" ]; then
110
110
case " $TARGET " in
111
- * -apple-ios | * - rumprun-* )
111
+ * -rumprun-* )
112
112
curl -s $EXTRA_TARGETS /$TARGET .tar.gz | \
113
113
tar xzf - -C ` rustc --print sysroot` /lib/rustlib
114
114
;;
You can’t perform that action at this time.
0 commit comments