| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-06-02 | ci: Improve log output (mainly Travis). | kennytm | -0/+34 | |
| * Bring back colors on Travis, which was disabled since #39036. Append --color=always to cargo when running in CI environment. * Removed `set -x` in the shell scripts. The `retry` function already prints which command it is running, add `-x` just add noise to the output. * Support travis_fold/travis_time. Matching pairs of these allow Travis CI to collapse the output in between. This greatly cut down the unnecessary "successful" output one need to scroll through before finding the failed statement. | ||||
| 2017-03-29 | Minor tweaks to retry utility | Aidan Hobson Sayers | -3/+6 | |
| 2017-02-25 | travis: Make more network requests retryable | Alex 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! | ||||
