0.1.2 • Published 10 years ago

hubot-cna-travisci-slack v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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.

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago