language: node_js
node_js:
  - "12"
  - "10"
  - "9"
  - "8"
  - "6"

os:
  - windows
  - linux

notifications:
  email:
    on_success: never
    on_failure: always
