sudo: false
language: node_js
node_js:
  - 12
cache: yarn
script:
  - yarn test:format
  - yarn lint
  - yarn test
notifications:
  email: false
after_success:
  - yarn send-coverage
