Skip to content

Commit

Permalink
ci(travis): generating site in travis for codacy report.
Browse files Browse the repository at this point in the history
  • Loading branch information
freemo committed Sep 29, 2017
1 parent 4bb5c6f commit 1d75feb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ before_install:
- wget -O ~/codacy-coverage-reporter-assembly-latest.jar $(curl https://api.github.com/repos/codacy/codacy-coverage-reporter/releases/latest | jq -r .assets[0].browser_download_url)
after_success:
- bash <(curl -s https://codecov.io/bash)
- mvn site
- java -cp ~/codacy-coverage-reporter-assembly-latest.jar com.codacy.CodacyCoverageReporter -l Java -r target/site/jacoco/jacoco.xml
notifications:
webhooks:
Expand Down

0 comments on commit 1d75feb

Please sign in to comment.