UNPKG

blue-button-gen-fhir

Version:
15 lines (12 loc) 412 B
language: node_js node_js: - "0.10" before_script: - npm install -g grunt-cli@0.1.x - npm install --quiet - npm install -g mocha - npm install -g istanbul - npm install coveralls script: - grunt - istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec --recursive && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage