2018-08-24 18:09:42 +02:00

4 lines
119 B
YAML

language: node_js
node_js:
- "8"
after_script: "npm install coveralls && nyc report --reporter=text-lcov | coveralls"