mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 23:23:14 -04:00
Try fix travis by switching install script to use rustup.rs
travis-ci/travis-build#993 recently switched rust builds to use rustup.rs instead of rustup.sh.
This commit is contained in:
@@ -14,7 +14,7 @@ addons:
|
||||
install:
|
||||
- |
|
||||
if [ $TRAVIS_OS_NAME = osx ]; then
|
||||
sh ~/rust-installer/rustup.sh -y --disable-sudo --prefix=/Users/travis/rust \
|
||||
sh ~/rust-installer/rustup.rs -y --disable-sudo --prefix=/Users/travis/rust \
|
||||
--add-target=x86_64-apple-ios
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user