dist: trusty
language: node_js
node_js:
  - 'node'
sudo: false
cache:
  yarn: true
  directories:
    - ~/.npm
install:
  - yarn
script:
  - yarn test && yarn run build
