UNPKG

170 BYAMLView Raw
1language: node_js
2node_js:
3 - "6"
4install:
5 - npm install
6script:
7 - npm test
8after_script: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
\No newline at end of file