language: node_js
sudo: false
os:
  - windows
  - linux
node_js:
- '6'
- '8'
- '10'

notifications:
  email:
    on_success: never
    on_failure: always
