UNPKG

209 BYAMLView Raw
1language: node_js
2sudo: false
3node_js:
4- '0.10'
5- '0.11'
6matrix:
7 fast_finish: true
8script: npm test
9after_script: chmod +x ./bin/codacy-coverage.js && cat ./coverage/lcov.info | node ./bin/codacy-coverage.js
\No newline at end of file