language: node_js

notifications:
  email:
    on_failure: always
    on_success: change

node_js:
  - '4'
  - '5'
  - '6'
