mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
Keep the rustc master install in the travis file so we can use travis_retry
This commit is contained in:
parent
f8a38140a0
commit
d6af6886e7
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ matrix:
|
||||||
- env: INTEGRATION=hyperium/hyper
|
- env: INTEGRATION=hyperium/hyper
|
||||||
|
|
||||||
script:
|
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
|
if [ -z ${INTEGRATION} ]; then
|
||||||
./ci/base-tests.sh
|
./ci/base-tests.sh
|
||||||
|
|
Loading…
Reference in a new issue