remove cobertura

This commit is contained in:
hengyunabc 2019-04-19 19:23:28 +08:00
parent e79603442d
commit 31f1440a47

View File

@ -22,7 +22,7 @@ install: true
script:
- ./mvnw -version
- ./mvnw clean cobertura:cobertura package -P full -Dsphinx.binUrl=https://github.com/hengyunabc/sphinx-binary/releases/download/v0.4.0.1/sphinx.linux-x86_64
- ./mvnw clean package -P full -Dsphinx.binUrl=https://github.com/hengyunabc/sphinx-binary/releases/download/v0.4.0.1/sphinx.linux-x86_64
after_success:
- bash <(curl -s https://codecov.io/bash)