diff --git a/.travis.yml b/.travis.yml index a5089dc4..f6f5a517 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ branches: install: - mvn -B install -after_success: +after_script: # Installing Codacy code coverage reporter upload tool - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then wget https://github.com/codacy/codacy-coverage-reporter/releases/download/1.0.13/codacy-coverage-reporter-1.0.13-assembly.jar -O ccr.jar; fi' # Uploading Cobertura report to Codacy