.travis.yml

Summary

Maintainability
Test Coverage
sudo: false
language: node_js
node_js:
  - 14
  - 12
  - 10
after_success:
  - yarn send-coverage
notifications:
  email: false