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"
|
- "$HOME/.m2"
|
||||||
install: true
|
install: true
|
||||||
script: "./mvnw --batch-mode --errors --update-snapshots clean install"
|
script: "./mvnw --batch-mode --errors --update-snapshots clean install"
|
||||||
after_success:
|
|
||||||
- sh .travis-support/coveralls.sh
|
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
script: sh .travis-support/deploy.sh
|
script: sh .travis-support/deploy.sh
|
||||||
|
|
Loading…
Reference in a new issue