language: node_js
node_js:
- '8'
- '10'
- '12'

sudo: false
dist: trusty

cache: yarn

matrix:
  fast_finish: true

before_script:
- yarn --pure-lockfile

script:
- yarn test
