# File lib/travis/tools/notification.rb, line 49 def notify(title, body) system 'growlnotify', '-n', 'Travis', '--image', ICON, '-m', body, title end