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/06/13 09:07:11 UTC

[skywalking] branch wu-sheng-patch-2 created (now e6721b0)

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

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


      at e6721b0  Update .travis.yml

This branch includes the following new commits:

     new e6721b0  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-2
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit e6721b005ccdebef26d693b953bb6ca49f5edaf6
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Jun 13 17:07:07 2019 +0800

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

diff --git a/.travis.yml b/.travis.yml
index 09d93a8..345dd4d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,5 +8,5 @@ jdk:
 
 language: java
 
-install:
+script:
   - ./mvnw -DskipTests clean install --quiet