UNPKG

npmcs

Version:

Segregrate your npm scripts for windows and linux and run with one command.

7 lines (6 loc) 237 B
language: node_js node_js: - "node" - "7" - "6" 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