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