sudo: false language: node_js node_js: - "6" - "8" before_script: - npm run bootstrap after_success: - npm run coverage:ci