Skip to content

Commit

Permalink
Merge pull request #168 from alexcrichton/ios-nightlies
Browse files Browse the repository at this point in the history
Use iOS nightlies instead of a pinned version
  • Loading branch information
alexcrichton committed Feb 5, 2016
2 parents 579f2c9 + 36ae235 commit 748c92a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ matrix:
rust: nightly
- os: osx
env: TARGET=i386-apple-ios
rust: nightly-2015-09-08
rust: nightly
- os: osx
env: TARGET=x86_64-apple-ios
rust: nightly-2015-09-08
rust: nightly
- os: linux
env: TARGET=x86_64-rumprun-netbsd DOCKER=alexcrichton/rust-libc-rumprun:2015-11-27
rust: nightly-2015-09-27
Expand Down
2 changes: 1 addition & 1 deletion ci/run-travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ cp ci/cargo-config .cargo/config
# all others from the official distribution.
if [ "$TRAVIS" = "true" ]; then
case "$TARGET" in
*-apple-ios | *-rumprun-*)
*-rumprun-*)
curl -s $EXTRA_TARGETS/$TARGET.tar.gz | \
tar xzf - -C `rustc --print sysroot`/lib/rustlib
;;
Expand Down

0 comments on commit 748c92a

Please sign in to comment.