language: node_js

os:
  - windows
  - linux
  
node_js:
  - "8"
  - "6"
  - "10"
  - "12"

notifications:
  email:
    on_success: never
    on_failure: always
