language: node_js
node_js:
  - 10.14.2

after_script:
  - npm run coveralls

notifications:
  email: false
