hubot-travisci-notifier

1.0.1 • Public • Published

hubot-travisci-notifier

wercker status Coverage Status Dependencies Status

A hubot script that notify about build results in Travis CI

See src/travisci-notifier.coffee for full documentation.

Installation

In hubot project repo, run:

npm install git://github.com/1syo/hubot-travisci-notifier.git --save

Then add hubot-travisci-notifier to your external-scripts.json:

["hubot-travisci-notifier"]

Travis CI configuration

Add your .travis.yml:

notifications:
  webhooks: <hubot host>:<hubot port>/<hubot name>/travisci/<room>
  on_start: true

See also:
http://docs.travis-ci.com/user/notifications/#Webhook-notification

Notification examples

If you use slack adapter then your notice use Slack attachments.

Slack Adapter

Slack Adapter (fallback)

Shell Adapter

Package Sidebar

Install

npm i hubot-travisci-notifier

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • 1syo