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:17:34 UTC

[incubator-skywalking] branch test-cover updated: Try new setting.

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 3bb18a8  Try new setting.
3bb18a8 is described below

commit 3bb18a801dba9b62308d41c1acb4086530e334a7
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Mar 8 10:17:26 2019 +0800

    Try new setting.
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5646c5c..6255a9d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,6 @@ language: java
 
 install:
   - jdk_switcher use oraclejdk8
+  - ./mvnw clean install -Dmaven.test.skip=true --quiet
+  - ./mvnw javadoc:javadoc -Dmaven.test.skip=true --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
-
-after_success: