From 31f1440a47899209e37ecdd0a72588ca3f15b63c Mon Sep 17 00:00:00 2001 From: hengyunabc Date: Fri, 19 Apr 2019 19:23:28 +0800 Subject: [PATCH] remove cobertura --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a1e30e85..c3cdc174 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)