We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
travis_retry
1 parent f574cdc commit c41258fCopy full SHA for c41258f
.travis.yml
@@ -50,6 +50,9 @@ matrix:
50
- env: INTEGRATION=hyperium/hyper
51
52
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
56
- |
57
if [ -z ${INTEGRATION} ]; then
58
./ci/base-tests.sh
0 commit comments