Skip to content

Commit d42ef14

Browse files
committed
Retry rustup target add 3 times
1 parent a7674aa commit d42ef14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ matrix:
192192
- env: TARGET=asmjs-unknown-emscripten
193193
- env: TARGET=wasm32-unknown-emscripten
194194

195-
install: rustup target add $TARGET
195+
install: travis_retry rustup target add $TARGET
196196

197197
script:
198198
- cargo generate-lockfile --manifest-path libc-test/Cargo.toml

0 commit comments

Comments
 (0)