Skip to content

Commit add3bb0

Browse files
committed
Remove rust-toolchain file in CI
1 parent d0c20b0 commit add3bb0

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
- RUSTC_HEAD=`git ls-remote https://github.com/rust-lang/rust.git HEAD | tr -d ",." | tr " \t" "\n" | grep -e "HEAD" -v`
5556
- travis_retry rustup-toolchain-install-master $RUSTC_HEAD

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)