mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
travis: do not install cargo from master
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ before_script:
|
||||
- export PATH=$HOME/.cargo/bin:$PATH
|
||||
# Install "master" toolchain
|
||||
- cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
|
||||
- travis_retry rustup-toolchain-install-master -f -n master $RUSTC_HASH -c cargo -c rust-src
|
||||
- travis_retry rustup-toolchain-install-master -f -n master $RUSTC_HASH -c rust-src
|
||||
- rustup default master
|
||||
- rustc --version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user