mirror of https://github.com/zulip/zulip.git
travis: Add a networking retry for codecov installation.
This commit is contained in:
parent
2d11a67975
commit
480d642eff
|
@ -9,7 +9,8 @@ install:
|
|||
- mispipe "mv ~/.nvm ~/.travis-nvm-disabled" ts
|
||||
|
||||
# Install codecov, the library for the code coverage reporting tool we use
|
||||
- mispipe "pip install codecov" ts
|
||||
# With a retry to minimize impact of transient networking errors.
|
||||
- mispipe "pip install codecov" ts || mispipe "pip install codecov" ts
|
||||
|
||||
# This is the main setup job for the test suite
|
||||
- mispipe "tools/travis/setup-$TEST_SUITE" ts
|
||||
|
|
Loading…
Reference in New Issue