language: node_js
node_js: 'stable'

after_success:
    - npm run coveralls

install:
    - npm install
script:
    - npm run test
