From d6af6886e7bbed5cdfb54e7c8a880404f5bc8532 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Fri, 20 Jul 2018 10:33:46 +0200 Subject: [PATCH] Keep the rustc master install in the travis file so we can use `travis_retry` --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index c6bd67ae0f3..e8a3b9a9c77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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