language: node_js
cache: yarn
node_js:
  - "10"
sudo: false
before_script:
  - yarn build
  - yarn build-demo
