diff options
author | Alan Somers <asomers@gmail.com> | 2020-12-10 19:51:12 -0700 |
---|---|---|
committer | Alan Somers <asomers@gmail.com> | 2020-12-10 19:51:12 -0700 |
commit | 014316550361a7b99fd3a1a0d7c7df6ad13ddbae (patch) | |
tree | 84884b786126a511065f455cd449678b99a06d49 /bors.toml | |
parent | 670a78b7034aa3864c6dd44dd9bb5fba58518512 (diff) | |
download | nix-014316550361a7b99fd3a1a0d7c7df6ad13ddbae.zip |
[skip ci] Update docs and build badges for the Travis -> Cirrus move
Diffstat (limited to 'bors.toml')
-rw-r--r-- | bors.toml | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,4 +1,3 @@ -# Gate on Travis CI and Buildbot status = [ "FreeBSD amd64 & i686", "OSX x86_64", @@ -34,10 +33,10 @@ status = [ # Set bors's timeout to 1 hour # # bors's timeout should always be at least twice as long as the test suite -# takes. This is to allow Travis to fast-fail a test; if one of the builders -# immediately reports a failure, then bors will move on to the next batch, -# leaving the slower builders to work through the already-doomed run and the -# next one. +# takes. This is to allow the CI provider to fast-fail a test; if one of the +# builders immediately reports a failure, then bors will move on to the next +# batch, leaving the slower builders to work through the already-doomed run and +# the next one. # # At the time this was written, nix's test suite took about twenty minutes to # run. The timeout was raised to one hour to give nix room to grow and time |