diff --git a/.travis.yml b/.travis.yml index df5b9b4..27681fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,6 @@ install: - npm install -g codecov script: npm run test:ci after_success: - - cat ./test/coverage/lcov.info | ./node_modules/.bin/codecov + - codecov --file test/coverage/lcov.info --disable search notifications: email: false