Class: Travis::Notifications::Irc

Inherits:
Object
  • Object
show all
Defined in:
lib/travis/notifications/irc.rb

Constant Summary collapse

EVENTS =
'build:finished'

Instance Method Summary collapse

Instance Method Details

#notify(event, build, *args) ⇒ Object



8
9
10
# File 'lib/travis/notifications/irc.rb', line 8

def notify(event, build, *args)
  send_irc_notifications(build) if build.send_irc_notifications?
end