language: node_js
node_js:
  - 4
  - 6
  - 8
  - 'stable'
notifications:
  email:
    recipients:
      - adam@apiary.io
    on_success: change
    on_failure: always
