checkcond
Version:
check value against condition string
22 lines (17 loc) • 401 B
YAML
language: node_js
node_js:
- stable
install:
- npm install
script:
- npm test
# Send coverage data to Coveralls
after_script:
- npm run cover
- cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js
notifications:
email:
recipients:
- andreas.leinen@imicros.de
on_success: never # default: change
on_failure: always # default: always