UNPKG

296 BYAMLView Raw
1language: node_js
2node_js:
3 - "8"
4before_script:
5 - npm install -g gulp
6 - npm install -g mocha
7after_script: NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
8
\No newline at end of file