sudo: false
language: node_js

node_js:
  - "5"
  - "4"

notifications:
  webhooks:
    on_success: change
    on_failure: always
