language: node_js

node_js:
  - "10"
  - "8"
  - "6"

notifications:
  email:
    on_success: never
    on_failure: always
