Fix travis OSX rust stable build (#280)

This commit is contained in:
Pedro Côrte-Real 2017-09-05 07:26:05 +01:00 committed by tomaka
parent 2a4b381384
commit 0ada6c15ea

View file

@ -12,6 +12,7 @@ addons:
- libxxf86vm-dev
install:
- rustup self update
- |
if [ $TRAVIS_OS_NAME = osx ]; then
rustup target add x86_64-apple-ios