aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd/test-bot.rb
diff options
context:
space:
mode:
authorTim D. Smith2016-06-27 08:33:02 -0700
committerTim D. Smith2016-06-29 09:03:51 -0700
commitdb76a0f4cc3838658919570b3453edbcb9ed2fcd (patch)
tree86dfbef4c8feb333362739ae3aaabcbf840a3aa6 /Library/Homebrew/dev-cmd/test-bot.rb
parent8cf11912deed552a0e1fdcfc970e10a66c536d7e (diff)
downloadbrew-db76a0f4cc3838658919570b3453edbcb9ed2fcd.tar.bz2
Begin documenting environment variables
Closes #405.
Diffstat (limited to 'Library/Homebrew/dev-cmd/test-bot.rb')
-rw-r--r--Library/Homebrew/dev-cmd/test-bot.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Homebrew/dev-cmd/test-bot.rb b/Library/Homebrew/dev-cmd/test-bot.rb
index d3a2c2a09..78d90158d 100644
--- a/Library/Homebrew/dev-cmd/test-bot.rb
+++ b/Library/Homebrew/dev-cmd/test-bot.rb
@@ -25,6 +25,10 @@
# --ci-pr: Shortcut for Homebrew pull request CI options.
# --ci-testing: Shortcut for Homebrew testing CI options.
# --ci-upload: Homebrew CI bottle upload.
+#
+# Influential environment variables include:
+# TRAVIS_REPO_SLUG: same as --tap
+# GIT_URL: if set to URL of a tap remote, same as --tap
require "formula"
require "utils"
@@ -1026,4 +1030,3 @@ module Homebrew
output
end
end
-