language: node_js
node_js:
  - "12"
install:
  - yarn install
script:
  - yarn run lint
  - yarn test
after_script:
  - yarn run coveralls
