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 7fd81d4..dfb5181 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,10 @@ savage {
// 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
+ // Include a link to the "preview URL" of the PR in the GitHub comment?
+ // Probably only makes sense if you're Bootstrap.
+ // Otherwise, you'll need to edit the hardcoded URL template string.
+ show-preview-urls = false
// 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