mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 05:03:21 +00:00
Remove rust-toolchain file in CI
This commit is contained in:
parent
d6af6886e7
commit
f969cf2cb6
2 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,7 @@ matrix:
|
|||
- env: INTEGRATION=hyperium/hyper
|
||||
|
||||
script:
|
||||
- rm rust-toolchain
|
||||
- cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
|
||||
- travis_retry rustup-toolchain-install-master -f -n master
|
||||
- rustup default master
|
||||
|
|
|
@ -13,6 +13,7 @@ environment:
|
|||
|
||||
install:
|
||||
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
|
||||
- del rust-toolchain
|
||||
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
|
||||
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
|
||||
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin;C:\Users\appveyor\.rustup\toolchains\nightly-%TARGET%\bin
|
||||
|
|
Loading…
Reference in a new issue