From 517bb3692b440ad2fdb47318dd8e13db76e18991 Mon Sep 17 00:00:00 2001 From: mitchmindtree Date: Sat, 25 Mar 2017 15:32:44 +1100 Subject: [PATCH] Try and use regular rustup command for adding ios target --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 570b64b8..9fe67531 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,7 @@ addons: install: - | if [ $TRAVIS_OS_NAME = osx ]; then - sh ~/rust-installer/rustup.rs -y --disable-sudo --prefix=/Users/travis/rust \ - --add-target=x86_64-apple-ios + rustup target add x86_64-apple-ios fi script: