aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-02-19 15:35:34 +0000
committerMike McQuaid2015-02-19 15:35:34 +0000
commitf65ea018e3a723dc6f1cf55e717001d0e431e61a (patch)
tree9957e58e6277a69d8bd46744166d7a7cd1e4cf22 /Library
parent2abe9ff5188e6c3fed56fedd4ac89e92ad024c8d (diff)
downloadhomebrew-f65ea018e3a723dc6f1cf55e717001d0e431e61a.tar.bz2
test-bot: enable tap Bintray upload again.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/test-bot.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb
index 0a14ae6f3..57f87b1bf 100644
--- a/Library/Homebrew/cmd/test-bot.rb
+++ b/Library/Homebrew/cmd/test-bot.rb
@@ -751,9 +751,6 @@ module Homebrew
bintray_package = Bintray.package formula_name
existing_bottle = existing_bottles[formula_name]
- # Disable taps temporarily until Bintray sorts our repositories.
- next if tap
-
unless formula_packaged[formula_name]
package_url = "#{bintray_repo_url}/#{bintray_package}"
unless system "curl", "--silent", "--fail", "--output", "/dev/null", package_url