language: node_js

node_js:
  - "7"

after_success:
  - npm i coveralls
  - cat ./coverage/*/lcov.info | coveralls
