language: node_js
cache: yarn
node_js:
  - "6.9"
script:
  - "yarn run test"
after_success:
  - "yarn run coverage"