Retry rustup target add 3 times

This commit is contained in:
gnzlbg 2019-02-09 17:54:52 +01:00
parent a7674aa428
commit d42ef14eba

View file

@ -192,7 +192,7 @@ matrix:
- env: TARGET=asmjs-unknown-emscripten
- env: TARGET=wasm32-unknown-emscripten
install: rustup target add $TARGET
install: travis_retry rustup target add $TARGET
script:
- cargo generate-lockfile --manifest-path libc-test/Cargo.toml