language: node_js
node_js:
  - 10
  - 8
  - 12

cache: yarn

script:
  - yarn
  - yarn lint
  - yarn build
  - yarn test

