git:
  depth: 10
sudo: false
language: node_js
cache:
  yarn: true
  directories:
    - node_modules
node_js:
  - '8'
script:
  - yarn run lint
  - yarn run test
