Skip to content

Commit 9236e4d

Browse files
committed
Remove redundant +nightly specifiers
1 parent 36132ba commit 9236e4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
os: osx
4747
osx_image: xcode9.4
4848
rust: nightly
49-
install: rustup +nightly component add rust-src
50-
script: cargo +nightly test -Z build-std --target i686-apple-darwin --verbose
49+
install: rustup component add rust-src
50+
script: cargo test -Z build-std --target i686-apple-darwin --verbose
5151

5252
- name: Linux stable
5353
os: linux
@@ -60,7 +60,7 @@ jobs:
6060
os: osx
6161
osx_image: xcode7.3
6262
rust: nightly
63-
before_install: rustup +nightly component add rust-src
63+
before_install: rustup component add rust-src
6464
install: curl -LO https://github.com/SSheldon/rust-test-ios/releases/download/0.1.1/rust-test-ios && chmod +x rust-test-ios
6565
before_script: printf '[unstable]\nbuild-std = []\n' > $HOME/.cargo/config.toml
6666
env: FEATURES="exception"

0 commit comments

Comments
 (0)