Skip to content

Commit c41258f

Browse files
committed
Keep the rustc master install in the travis file so we can use travis_retry
1 parent f574cdc commit c41258f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ matrix:
5050
- env: INTEGRATION=hyperium/hyper
5151

5252
script:
53+
- cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
54+
- travis_retry rustup-toolchain-install-master -f -n master
55+
- rustup default master
5356
- |
5457
if [ -z ${INTEGRATION} ]; then
5558
./ci/base-tests.sh

0 commit comments

Comments
 (0)