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/02/19 09:18:32 UTC

[incubator-skywalking] branch cover updated: Try report again.

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

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


The following commit(s) were added to refs/heads/cover by this push:
     new 9c36678  Try report again.
9c36678 is described below

commit 9c36678deaeb0709bc90830c58b69b6042d9422d
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Feb 19 17:18:21 2019 +0800

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

diff --git a/.travis.yml b/.travis.yml
index 8879582..f24dd40 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,8 @@ 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 clean -DTRAVIS_JOB_ID=$TRAVIS_JOB_ID test jacoco:report coveralls:report --quiet