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 03:13:34 UTC

[incubator-skywalking] branch master updated: Try to fix test cover. (#2331)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c157b94  Try to fix test cover. (#2331)
c157b94 is described below

commit c157b94d4a0679275bcc3c0c82a33724445470b3
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Mar 8 11:13:29 2019 +0800

    Try to fix test cover. (#2331)
    
    * Try to fix test cover.
    
    * Update .travis.yml
    
    * Set for test only
    
    * Try again
    
    * Try new setting.
---
 .travis.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8879582..6255a9d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,6 @@ language: java
 
 install:
   - jdk_switcher use oraclejdk8
-  - ./mvnw clean install --quiet
+  - ./mvnw clean install -Dmaven.test.skip=true --quiet
   - ./mvnw javadoc:javadoc -Dmaven.test.skip=true --quiet
-
-after_success:
-- ./mvnw clean test jacoco:report coveralls:report --quiet
+  - ./mvnw org.jacoco:jacoco-maven-plugin:0.8.3:prepare-agent test org.jacoco:jacoco-maven-plugin:0.8.3:report coveralls:report --quiet