language: node_js

node_js:
    - "stable"

after_success:
    - npm run coveralls

