language: node_js
sudo: true
dist: trusty
node_js:
  - 8
  - 10
  - 12
notifications:
  email:
    on_failure: change
