language: node_js node_js: - "8" install: - yarn cache: yarn: true script: - npm test after_success: - npm run coverage