sudo: false
dist: trusty

addons:
  chrome: stable

language: node_js
node_js:
  - "6"
  - "8"
  - "10"

cache:
  yarn: true
