aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmd/brew-test-bot.rb
diff options
context:
space:
mode:
authorJack Nagel2014-07-02 21:57:52 -0500
committerJack Nagel2014-07-02 21:58:43 -0500
commit32d84377d54ab1c7de897cd19fc1df458c622ae8 (patch)
tree08e1fe27ee5dd46347a62610824d09d248ba08ca /Library/Contributions/cmd/brew-test-bot.rb
parent729ee39994faf25803d50e33dec0620dae5d964e (diff)
downloadbrew-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-xLibrary/Contributions/cmd/brew-test-bot.rb1
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'