Simon Priet 9e2991e668 init
2021-09-05 22:53:58 +02:00

14 lines
212 B
YAML

language: node_js
notifications:
email:
on_success: never
on_failure: change
node_js:
- "0.11"
- "0.12"
- "iojs"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"