Skip to content
Snippets Groups Projects
Commit db76a0f4 authored by Tim D. Smith's avatar Tim D. Smith
Browse files

Begin documenting environment variables

Closes #405.
parent 8cf11912
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment