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 01:56:12 UTC

[incubator-skywalking] branch test-cover updated: Set for test only

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 32e07ab  Set for test only
32e07ab is described below

commit 32e07ab2167a250c1605b53a8c8fe415b813ef99
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Mar 8 09:56:04 2019 +0800

    Set for test only
---
 .travis.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e4d42ec..157456c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,6 @@ language: java
 
 install:
   - jdk_switcher use oraclejdk8
-  - ./mvnw clean install --quiet
-  - ./mvnw javadoc:javadoc -Dmaven.test.skip=true --quiet
+  - ./mvnw jacoco:prepare-agent test jacoco:report coveralls:report
 
 after_success:
-  - ./mvnw test jacoco:report coveralls:report --quiet