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/04/22 23:58:11 UTC

[skywalking] branch wu-sheng-patch-1 created (now 5531d24)

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

wusheng pushed a change to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at 5531d24  Update .travis.yml

This branch includes the following new commits:

     new 5531d24  Update .travis.yml

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.



[skywalking] 01/01: Update .travis.yml

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 5531d244e119501601507d6742b00e1d70387c82
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Apr 23 07:58:04 2019 +0800

    Update .travis.yml
---
 .travis.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 2eebca2..20024df 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,8 @@ sudo: required
 language: java
 
 install:
+install:
   - jdk_switcher use oraclejdk8
-  - ./mvnw org.jacoco:jacoco-maven-plugin:0.8.3:prepare-agent clean install org.jacoco:jacoco-maven-plugin:0.8.3:report coveralls:report --quiet
-  - ./mvnw javadoc:javadoc -Dmaven.test.skip=true --quiet
\ No newline at end of file
+  - ./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