summaryrefslogtreecommitdiff
path: root/bors.toml
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2020-12-10 19:51:12 -0700
committerAlan Somers <asomers@gmail.com>2020-12-10 19:51:12 -0700
commit014316550361a7b99fd3a1a0d7c7df6ad13ddbae (patch)
tree84884b786126a511065f455cd449678b99a06d49 /bors.toml
parent670a78b7034aa3864c6dd44dd9bb5fba58518512 (diff)
downloadnix-014316550361a7b99fd3a1a0d7c7df6ad13ddbae.zip
[skip ci] Update docs and build badges for the Travis -> Cirrus move
Diffstat (limited to 'bors.toml')
-rw-r--r--bors.toml9
1 files changed, 4 insertions, 5 deletions
diff --git a/bors.toml b/bors.toml
index e36dabda..487d4a49 100644
--- a/bors.toml
+++ b/bors.toml
@@ -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