Skip to content

Commit ba29085

Browse files
committed
Run iOS on nightly instead of 1.41.0
1 parent a2d2678 commit ba29085

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.travis.yml

+4-9
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,12 @@ jobs:
5656
os: linux
5757
rust: nightly
5858

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

0 commit comments

Comments
 (0)