Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/savage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 197d364..08eb9b3 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,10 @@ savage {
squelch-invalid-http-logging = true
// Set statuses on commits (like Travis does)? Requires push access to the github-repo-to-watch
set-commit-status = true
+ // Maximum allowed duration of a Travis build. If the Travis build has not completed this long after
+ // pushing the branch to GitHub, Savage will assume something went wrong and delete the branch to
+ // keep the test repo's branches tidy.
+ travis-timeout = 2 hours
// Full name of GitHub repo to watch for new pull requests
github-repo-to-watch = "twbs/bootstrap"
// Full name of GitHub repo to push test branches to