language: node_js node_js: - "8" install: - npm install - npm run build before_script: - npm install -g codecov after_success: - npm run coverage - codecov coverage/lcov.info matrix: fast_finish: true # container-base sudo: false