diff options
| author | Jack Nagel | 2014-07-02 21:57:52 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-07-02 21:58:43 -0500 |
| commit | 32d84377d54ab1c7de897cd19fc1df458c622ae8 (patch) | |
| tree | 08e1fe27ee5dd46347a62610824d09d248ba08ca /Library/Contributions/cmd/brew-test-bot.rb | |
| parent | 729ee39994faf25803d50e33dec0620dae5d964e (diff) | |
| download | brew-32d84377d54ab1c7de897cd19fc1df458c622ae8.tar.bz2 | |
Move constants so we don't have to load all of ENV to get them
Diffstat (limited to 'Library/Contributions/cmd/brew-test-bot.rb')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index 8dc327484..adcaf3d19 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -20,7 +20,6 @@ # --ci-testing-upload: Homebrew CI testing bottle upload. require 'formula' -require 'extend/ENV' require 'utils' require 'date' require 'rexml/document' |
