File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ install:
31
31
- rustup component remove rust-docs & exit 0
32
32
- rustup update
33
33
# Install "master" toolchain
34
- - cargo install rustup-toolchain-install-master -f
34
+ - cargo install rustup-toolchain-install-master & exit 0
35
35
# We need to install cargo here as well or else the DLL search path inside `cargo run`
36
36
# will be for the wrong toolchain. (On Unix, `./miri` takes care of this, but not here.)
37
37
- rustup-toolchain-install-master -f -n master %RUSTC_HASH% -c rust-src -c rustc-dev -c cargo
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ before_script:
38
38
- rustup component remove rust-docs || echo "rust-docs already gone"
39
39
- rustup update
40
40
# Install "master" toolchain
41
- - cargo install rustup-toolchain-install-master -f
41
+ - cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
42
42
- travis_retry rustup-toolchain-install-master -f -n master $RUSTC_HASH -c rust-src -c rustc-dev
43
43
- rustup default master
44
44
- rustc --version
You can’t perform that action at this time.
0 commit comments