language: node_js
node_js:
  - "10"
  - "12"
  - "14"

script:
  - yarn install && yarn test && yarn run coverage && yarn run lint

sudo: false

notifications:
  email: false
