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/07 12:28:13 UTC

[incubator-skywalking] branch test-cover created (now a5b3250)

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

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


      at a5b3250  Try to fix test cover.

This branch includes the following new commits:

     new a5b3250  Try to fix test cover.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-skywalking] 01/01: Try to fix test cover.

Posted by wu...@apache.org.
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

commit a5b3250e55c01b74109d9854522a1df8aaab92f7
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Mar 7 20:27:59 2019 +0800

    Try to fix test cover.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 8879582..782fe89 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,4 +8,4 @@ install:
   - ./mvnw javadoc:javadoc -Dmaven.test.skip=true --quiet
 
 after_success:
-- ./mvnw clean test jacoco:report coveralls:report --quiet
+  - ./mvnw clean test jacoco:report coveralls:report --quiet