diff options
| author | Mike McQuaid | 2017-11-13 10:01:54 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2017-11-13 10:01:54 +0000 |
| commit | 5241d07474586f85f513357a989ecbb74ea69c30 (patch) | |
| tree | a360ee81ce8eb3aa57b3a7c9e20541da95f069de /bin | |
| parent | 441c212f2dd70f053ee21eac8398c5fe5dfd0551 (diff) | |
| download | brew-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-x | bin/brew | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
