language: node_js
node_js:
  - "6"
  - "6.1"
  - "5.10"
  - "node"

notifications:
  email:
    recipients:
      - lee.curtis@troven.com.au
    on_success: change
    on_failure: always
