diff --git a/.travis.yml b/.travis.yml index f79ff2f..cbc9923 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,5 @@ language: java before_install: - pip install --user codecov after_success: - - codecov --file coverage/lcov.info --disable search \ No newline at end of file + - codecov --file coverage/lcov.info --disable search + - bash <(curl -s https://codecov.io/bash) \ No newline at end of file