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 46
46
os : osx
47
47
osx_image : xcode9.4
48
48
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
51
51
52
52
- name : Linux stable
53
53
os : linux
60
60
os : osx
61
61
osx_image : xcode7.3
62
62
rust : nightly
63
- before_install : rustup +nightly component add rust-src
63
+ before_install : rustup component add rust-src
64
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
65
before_script : echo "[unstable]\nbuild-std = []" > $HOME/.cargo/config.toml
66
66
env : FEATURES="exception"
You can’t perform that action at this time.
0 commit comments