UNPKG
melody
Version:
latest (0.1.0)
0.1.0
0.0.0
simple publishing platform
github.com/martindale/melody
martindale/melody
melody
/
.travis.yml
7 lines
(6 loc)
•
241 B
YAML
View Raw
1
2
3
4
5
6
7
language: node_js node_js: -
'0.12'
services: - mongodb 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