travis: remove code coverage reporting
This commit is contained in:
parent
2a6a2ff244
commit
6d5f13fcbd
1 changed files with 0 additions and 3 deletions
|
@ -6,9 +6,6 @@ cache:
|
|||
- "$HOME/.m2"
|
||||
install: true
|
||||
script: "./mvnw --batch-mode --errors --update-snapshots clean install"
|
||||
after_success:
|
||||
- sh .travis-support/coveralls.sh
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
deploy:
|
||||
provider: script
|
||||
script: sh .travis-support/deploy.sh
|
||||
|
|
Loading…
Reference in a new issue