Add HipChat notifier role.

This commit is contained in:
Simo Kinnunen
2014-01-30 00:06:03 +09:00
parent 07f611b361
commit 4cf3d242a5
7 changed files with 134 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ module.exports = function(options) {
// Forward all logs
logger.on('entry', function(entry) {
push.send([wireutil.global,
push.send([wireutil.log,
wireutil.makeDeviceLogMessage(options.serial, entry)])
})