Skip to content

Commit

Permalink
Remove rust-toolchain file in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk authored and Manishearth committed Aug 20, 2018
1 parent d6af688 commit f969cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f969cf2

Please sign in to comment.