Skip to content

Commit

Permalink
integration tests added to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Reimann committed Jun 13, 2018
1 parent c1f9372 commit 1c158ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ before_install:
- sudo apt-get install jq
- 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)

script: ./gradlew check integrationTest

after_success:
- "./gradlew jacocoRootReport coveralls"
- java -jar ~/codacy-coverage-reporter-assembly-latest.jar report -l Java -r build/reports/jacoco/jacocoRootReport/jacocoRootReport.xml
Expand Down

0 comments on commit 1c158ca

Please sign in to comment.