From 9236e4dc0691f65c59ade99095b55931a46735ea Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Thu, 3 Jun 2021 15:07:59 +0200 Subject: [PATCH] Remove redundant +nightly specifiers --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 87b35dc05..a38a59ec4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,8 +46,8 @@ jobs: os: osx osx_image: xcode9.4 rust: nightly - install: rustup +nightly component add rust-src - script: cargo +nightly test -Z build-std --target i686-apple-darwin --verbose + install: rustup component add rust-src + script: cargo test -Z build-std --target i686-apple-darwin --verbose - name: Linux stable os: linux @@ -60,7 +60,7 @@ jobs: os: osx osx_image: xcode7.3 rust: nightly - before_install: rustup +nightly component add rust-src + before_install: rustup 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"