language: node_js
node_js:
  - node
dist: trusty
sudo: false
cache: yarn
script: yarn run build
notifications:
  email: false
