Skip to content

Commit

Permalink
Remove redundant +nightly specifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Jun 3, 2021
1 parent ba29085 commit 88b05b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: echo "[unstable]\nbuild-std = []" > $HOME/.cargo/config.toml
env: FEATURES="exception"
Expand Down

0 comments on commit 88b05b1

Please sign in to comment.