Skip to content

Commit

Permalink
code coverage generation changes for travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
amolnin committed Dec 13, 2018
1 parent be67368 commit 6a59d7f
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 @@ -4,6 +4,7 @@ install: echo "Over-riding default script for travis-ci"
script:
- jdk_switcher use openjdk8
- mvn clean package '-Dtest=!%regex[io.opensaber.registry.client.*]' -DfailIfNoTests=false
- bash <(curl -s https://codecov.io/bash)
cache:
directories:
- "$HOME/.m2"
Expand Down

0 comments on commit 6a59d7f

Please sign in to comment.