lib/travis/tools/notification.rb in travis-1.6.9.travis.463.6 vs lib/travis/tools/notification.rb in travis-1.6.9.travis.479.6

- old
+ new

@@ -55,10 +55,10 @@ end end class LibNotify def notify(title, body) - system 'notify-send', '--expire-time=10000', '-i', ICON, title, CGI.escapeHTML(body) + system 'notify-send', '--expire-time=10000', '-h', 'int:transient:1', '-i', ICON, title, CGI.escapeHTML(body) end def available? System.has? 'notify-send' end