Skip to content

Commit 748c92a

Browse files
committed
Merge pull request rust-lang#168 from alexcrichton/ios-nightlies
Use iOS nightlies instead of a pinned version
2 parents 579f2c9 + 36ae235 commit 748c92a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ matrix:
4141
rust: nightly
4242
- os: osx
4343
env: TARGET=i386-apple-ios
44-
rust: nightly-2015-09-08
44+
rust: nightly
4545
- os: osx
4646
env: TARGET=x86_64-apple-ios
47-
rust: nightly-2015-09-08
47+
rust: nightly
4848
- os: linux
4949
env: TARGET=x86_64-rumprun-netbsd DOCKER=alexcrichton/rust-libc-rumprun:2015-11-27
5050
rust: nightly-2015-09-27

ci/run-travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ cp ci/cargo-config .cargo/config
108108
# all others from the official distribution.
109109
if [ "$TRAVIS" = "true" ]; then
110110
case "$TARGET" in
111-
*-apple-ios | *-rumprun-*)
111+
*-rumprun-*)
112112
curl -s $EXTRA_TARGETS/$TARGET.tar.gz | \
113113
tar xzf - -C `rustc --print sysroot`/lib/rustlib
114114
;;

0 commit comments

Comments
 (0)