language: node_js
cache: yarn
node_js:
  - "7.6"
script: npm run coverage
after_success: 'npm run coveralls'
