You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/03/08 02:07:48 UTC

[incubator-skywalking] branch test-cover updated: Try again

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch test-cover
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/test-cover by this push:
     new 7990661  Try again
7990661 is described below

commit 799066140d18bed9b20a9942dcbf317b77d1f682
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Mar 8 10:07:11 2019 +0800

    Try again
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 157456c..5646c5c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,6 @@ language: java
 
 install:
   - jdk_switcher use oraclejdk8
-  - ./mvnw jacoco:prepare-agent test jacoco:report coveralls:report
+  - ./mvnw org.jacoco:jacoco-maven-plugin:0.8.3:prepare-agent test org.jacoco:jacoco-maven-plugin:0.8.3:report coveralls:report --quiet
 
 after_success: