mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-27 03:05:13 +02:00
Take hipchat token from options.
This commit is contained in:
@@ -60,7 +60,7 @@ module.exports = function(options) {
|
||||
, color: 'purple'
|
||||
, notify: true
|
||||
, message_format: 'html'
|
||||
, token: process.env.HIPCHAT_TOKEN
|
||||
, token: options.token
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user