language: node_js
cache:
  yarn: true
  directories:
    - node_modules
node_js:
  - lts/*
before_script:
  - yarn
script:
  - yarn lint
  - yarn test
