# File lib/travis/cli/monitor.rb, line 103 def run listen(*repos) do |listener| listener.on_connect { say description, "Monitoring #{"builds for " if builds?}%s:" } listener.on(*events) { |e| handle_event(e) } end end