language: node_js
node_js:
  - "9"
script:
  - yarn test:ci
