Skip to content

Commit

Permalink
Fixing Travis CI config (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocarvalho777 authored Feb 19, 2018
1 parent 16f8720 commit 770fb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 770fb49

Please sign in to comment.