Skip to content

Commit

Permalink
Run japicmp on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed Sep 22, 2018
1 parent 24a1143 commit 9a6bedc
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 @@ -12,7 +12,7 @@ cache:
- $HOME/.gradle/caches/

script:
- ./gradlew check jacocoTestReport
- ./gradlew check jacocoTestReport japicmp

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 9a6bedc

Please sign in to comment.