mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 06:40:06 -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:
|
install:
|
||||||
- |
|
- |
|
||||||
if [ $TRAVIS_OS_NAME = osx ]; then
|
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
|
--add-target=x86_64-apple-ios
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user