aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMike McQuaid2017-11-13 10:01:54 +0000
committerMike McQuaid2017-11-13 10:01:54 +0000
commit5241d07474586f85f513357a989ecbb74ea69c30 (patch)
treea360ee81ce8eb3aa57b3a7c9e20541da95f069de /bin
parent441c212f2dd70f053ee21eac8398c5fe5dfd0551 (diff)
downloadbrew-5241d07474586f85f513357a989ecbb74ea69c30.tar.bz2
environment filtering: pass through TRAVIS vars.
We use these internally so let's map them to `HOMEBREW_` variables.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index f64bd4556..bb0551c53 100755
--- a/bin/brew
+++ b/bin/brew
@@ -47,7 +47,7 @@ HOMEBREW_LIBRARY="$HOMEBREW_REPOSITORY/Library"
# Whitelist and copy to HOMEBREW_* all variables previously mentioned in
# manpage or used elsewhere by Homebrew.
for VAR in AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY BINTRAY_USER BINTRAY_KEY \
- BROWSER EDITOR GIT PATH VISUAL \
+ BROWSER EDITOR GIT PATH VISUAL TRAVIS TRAVIS_SUDO \
GITHUB_USER GITHUB_PASSWORD GITHUB_TOKEN
do
# Skip if variable value is empty.