From 36132ba381afff79b1a83fee7819eaf8b624bf0e Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Thu, 3 Jun 2021 15:14:37 +0200 Subject: [PATCH] Run iOS on nightly instead of 1.41.0 --- .travis.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index bb228d661..87b35dc05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: printf '[unstable]\nbuild-std = []\n' > $HOME/.cargo/config.toml env: FEATURES="exception" script: ./rust-test-ios