language: node_js

node_js:
  - "13"
  - "12"
  - "10"

script:
  - npm run coveralls

notifications:
  email:
    on_success: never
    on_failure: always
