UNPKG
snarl
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.0
0.2.0
Simple chat bot for Slack, extensible with plugins.
github.com/martindale/snarl
martindale/snarl
snarl
/
.travis.yml
5 lines
(4 loc)
•
219 B
YAML
View Raw
1
2
3
4
5
language: node_js node_js: -
'0.12'
after_script: istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec &&
cat
./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js &&
rm
-rf ./coverage