language: node_js
node_js:
  - stable

script:
  - npm test

after_success:
  npm run coverage && nyc report --reporter=text-lcov | coveralls