travis: do not install cargo from master

This commit is contained in:
Ralf Jung
2019-07-26 10:21:31 +02:00
parent 868da2a139
commit 5aa60571fc
+1 -1
View File
@@ -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