Skip to content

Commit fc9b0ca

Browse files
committed
Remove rust-toolchain file in CI
1 parent c41258f commit fc9b0ca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ matrix:
5050
- env: INTEGRATION=hyperium/hyper
5151

5252
script:
53+
- rm rust-toolchain
5354
- cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
5455
- travis_retry rustup-toolchain-install-master -f -n master
5556
- rustup default master

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ environment:
1313

1414
install:
1515
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
16+
- del rust-toolchain
1617
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
1718
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
1819
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin;C:\Users\appveyor\.rustup\toolchains\nightly-%TARGET%\bin

0 commit comments

Comments
 (0)