lib/travis/tools/notification.rb in travis-1.6.2.travis.367.4 vs lib/travis/tools/notification.rb in travis-1.6.2.travis.368.4
- old
+ new
@@ -35,10 +35,10 @@
class OSX
BIN_PATH = Assets["notifications/Travis CI.app/Contents/MacOS/Travis CI"]
def notify(title, body)
- system BIN_PATH, '-message', body.to_s, '-title', title.to_s
+ system BIN_PATH, '-message', body.to_s, '-title', title.to_s, '-sender', 'org.travis-ci.oss.Travis-CI'
end
def available?
System.mac? and System.os_version.to_s >= '10.8'
end