test-bot: remove obsolete empty line

This commit is contained in:
Xu Cheng 2015-09-21 17:28:58 +08:00
parent 6e5bef5ee1
commit 76488216b7

View File

@ -142,7 +142,6 @@ module Homebrew
end end
verbose = ARGV.verbose? verbose = ARGV.verbose?
puts if verbose && !ENV["TRAVIS"]
@output = "" @output = ""
working_dir = Pathname.new(@command.first == "git" ? @repository : Dir.pwd) working_dir = Pathname.new(@command.first == "git" ? @repository : Dir.pwd)
read, write = IO.pipe read, write = IO.pipe