Skip to content

Commit

Permalink
Run iOS on nightly instead of 1.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Jun 3, 2021
1 parent a2d2678 commit ba29085
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,12 @@ jobs:
os: linux
rust: nightly

- name: iOS
- name: iOS nightly
os: osx
osx_image: xcode7.3
rust: 1.41.0
before_install: >
rustup target add
i386-apple-ios
x86_64-apple-ios
armv7-apple-ios
armv7s-apple-ios
aarch64-apple-ios
rust: nightly
before_install: rustup +nightly component add rust-src
install: curl -LO https://github.com/SSheldon/rust-test-ios/releases/download/0.1.1/rust-test-ios && chmod +x rust-test-ios
before_script: echo "[unstable]\nbuild-std = []" > $HOME/.cargo/config.toml
env: FEATURES="exception"
script: ./rust-test-ios

0 comments on commit ba29085

Please sign in to comment.