language: node_js
notifications:
email: false
node_js:
  - "4"
  - "5"
script:
  - npm test
after_success:
  - npm run coverage
