slock
Version:
promise-based and functional reactive bindings to Slack's API
15 lines (14 loc) • 417 B
YAML
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "iojs"
after_script: npm run coveralls
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/902d9a5d23f5bab3be3c
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always