hubot-cna-travisci-slack
v0.1.2
Published
Travis CI Hubot module for Slack
Downloads
2
Readme
Hubot Travis CI notifier for Slack
Respond to Travis-CI notifications in a format appropiated for Slack attachments.
Installation
In hubot project repository, run:
npm install hubot-cna-travisci-slack --save
Then add hubot-cna-travisci-slack
to your external-scripts.json
:
[
"hubot-cna-travisci-slack"
]
Configuration
Add this blurb to your .travis.yml file, you can also encrypt the webhook url.
notifications:
webhooks: <hubot host>:<hubot port>/<hubot name>/travisci/<room>
Commands
This plugin currently offers no commands.
License
This software is licensed under MIT License. See License for more details.