language: node_js

dist: trusty

notifications:
  email:
    on_failure: always
    on_success: change

node_js:
  - "10"
  - "lts/*"

after_success: yarn run coverage
