language: node_js
node_js:
  - node
before_script:
  - yarn
script:
  - yarn test
  - yarn build  