Try and use regular rustup command for adding ios target

This commit is contained in:
mitchmindtree 2017-03-25 15:32:44 +11:00
parent 2179d49656
commit 517bb3692b

View file

@ -14,8 +14,7 @@ addons:
install: install:
- | - |
if [ $TRAVIS_OS_NAME = osx ]; then if [ $TRAVIS_OS_NAME = osx ]; then
sh ~/rust-installer/rustup.rs -y --disable-sudo --prefix=/Users/travis/rust \ rustup target add x86_64-apple-ios
--add-target=x86_64-apple-ios
fi fi
script: script: