We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36132ba commit 9236e4dCopy full SHA for 9236e4d
.travis.yml
@@ -46,8 +46,8 @@ jobs:
46
os: osx
47
osx_image: xcode9.4
48
rust: nightly
49
- install: rustup +nightly component add rust-src
50
- 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
51
52
- name: Linux stable
53
os: linux
@@ -60,7 +60,7 @@ jobs:
60
61
osx_image: xcode7.3
62
63
- before_install: rustup +nightly component add rust-src
+ before_install: rustup component add rust-src
64
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: printf '[unstable]\nbuild-std = []\n' > $HOME/.cargo/config.toml
66
env: FEATURES="exception"
0 commit comments