Skip to content

Commit

Permalink
Fix travis OSX rust stable build
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrocr committed Sep 5, 2017
1 parent 2a4b381 commit c7a71dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ addons:
- libxxf86vm-dev

install:
- rustup self update
- |
if [ $TRAVIS_OS_NAME = osx ]; then
rustup target add x86_64-apple-ios
Expand Down

0 comments on commit c7a71dc

Please sign in to comment.