UNPKG

320 BYAMLView Raw
1language: node_js
2node_js:
3 - "0.12"
4 - "0.10"
5 - "4.1"
6script:
7 - istanbul cover ./node_modules/.bin/grunt --report lcovonly && istanbul report text && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf coverage
8before_script:
9 - npm install -g istanbul
10 - npm install coveralls
\No newline at end of file