UNPKG

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