1.1.1 • Published 9 years ago

slack-shippable v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

Usage

Add this package to your package.json file, and in your shippable.yml add the following lines:

after_failure:
  - node node_modules/slack-shippable/index.js

after_success:
  - node node_modules/slack-shippable/index.js -s

Remember about setting these environment variables in your shippable.yml:

  • SLACK_HOOK_URL - incoming webook url from your slack integrations page
  • SLACK_CHANNEL - name of a channel for the messages to be sent ("#general" by default)
1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago