File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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"
You can’t perform that action at this time.
0 commit comments