From 770fb49dcc7ad96cccdcb5d01c0258bf204361a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Carvalho?= Date: Mon, 19 Feb 2018 08:10:40 -0600 Subject: [PATCH] Fixing Travis CI config (#103) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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