language: node_js
node_js:
  - '8'
  - '6'
cache:
  directories:
    - node_modules
script: 'yarn test:coverage'
after_success: 'yarn test:report'
