Keep the rustc master install in the travis file so we can use travis_retry

This commit is contained in:
Oliver Schneider 2018-07-20 10:33:46 +02:00 committed by Manish Goregaokar
parent f8a38140a0
commit d6af6886e7

View file

@ -50,6 +50,9 @@ matrix:
- env: INTEGRATION=hyperium/hyper
script:
- 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
- |
if [ -z ${INTEGRATION} ]; then
./ci/base-tests.sh