language: node_js
node_js:
  - "node"
script:
  - npm install -g yarn
  - yarn install
  - yarn test
