Take hipchat token from options.

This commit is contained in:
Simo Kinnunen
2014-01-30 00:46:46 +09:00
parent 4cf3d242a5
commit e4679b65c0

View File

@@ -60,7 +60,7 @@ module.exports = function(options) {
, color: 'purple'
, notify: true
, message_format: 'html'
, token: process.env.HIPCHAT_TOKEN
, token: options.token
})
}