language: node_js node_js: - "8.6.0" before_install: - pip install --user codecov after_success: - codecov --file coverage/lcov.info --disable search notifications: email: false