1.0.1 • Published 10 years ago

hubot-travisci-notifier v1.0.1

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

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

npm.io

Slack Adapter (fallback)

npm.io

Shell Adapter

npm.io

1.0.1

10 years ago

1.0.0

10 years ago