language: node_js

notifications:
  email:
    on_success: never
    on_failure: change

node_js:
  - "stable"

script:
  - npm test
  
branches:
  only:
    - master