Skip to content
Snippets Groups Projects
Commit d42ef14e authored by gnzlbg's avatar gnzlbg
Browse files

Retry rustup target add 3 times

parent a7674aa4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment