UNPKG

317 BYAMLView Raw
1language: node_js
2node_js:
3 - "8"
4 - "10"
5 - "12"
6
7script:
8 - npm test
9after_success:
10 - npm install -g istanbul
11 - npm install coveralls
12 - istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
13
\No newline at end of file