UNPKG

grunt-process

Version:

gruntplugin for processing (add, replace, split) any file

14 lines (13 loc) 349 B
language: node_js node_js: - "stable" - "unstable" before_script: - npm i jscoverage coveralls grunt-cli nodeunit after_script: - ./node_modules/.bin/jscoverage lib - GRUNTPROCESS_COV=1 ./node_modules/.bin/nodeunit --reporter=lcov tests/ | ./node_modules/.bin/coveralls notifications: email: on_success: never on_failure: always