UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

12 lines (10 loc) 324 B
language: node_js node_js: - "0.10" - "0.12" script: - npm test after_success: - npm install -g istanbul - npm install coveralls - istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage