summary refs log tree commit diff
path: root/src/ci/shared.sh
AgeCommit message (Collapse)AuthorLines
2017-03-29Minor tweaks to retry utilityAidan Hobson Sayers-3/+6
2017-02-25travis: Make more network requests retryableAlex Crichton-0/+29
This commit attempts to move more network operations to being retryable through various operations. For example git submodule updates, downloading snapshots, etc, are now all in retryable steps. Hopefully this commit can cut down on the number of network failures we've been seeing!