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 @@ -27,7 +27,7 @@ install:
27
27
- rustup-init.exe -y --default-host %TARGET% --default-toolchain stable --profile minimal
28
28
- set PATH=%USERPROFILE%\.cargo\bin;%PATH%
29
29
- rustup default stable
30
- - rustup uninstall beta
30
+ - rustup toolchain uninstall beta
31
31
- rustup update
32
32
# Install "master" toolchain
33
33
- cargo install rustup-toolchain-install-master & exit 0
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ before_script:
34
34
- curl https://build.travis-ci.org/files/rustup-init.sh -sSf | sh -s -- -y --default-toolchain stable --profile minimal
35
35
- export PATH=$HOME/.cargo/bin:$PATH
36
36
- rustup default stable
37
- - rustup uninstall beta
37
+ - rustup toolchain uninstall beta
38
38
- rustup update
39
39
# Install "master" toolchain
40
40
- cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
You can’t perform that action at this time.
0 commit comments