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

iluo pushed a commit to branch 2.6.x
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/2.6.x by this push:
     new 8969b34  enhance travis build
8969b34 is described below

commit 8969b34b09728e2dbbedc41281e79c4b88a32aa1
Author: Ian Luo <ian....@gmail.com>
AuthorDate: Wed Aug 28 14:02:54 2019 +0800

    enhance travis build
---
 .mvn/wrapper/maven-wrapper.properties | 2 +-
 .travis.yml                           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.mvn/wrapper/maven-wrapper.properties 
b/.mvn/wrapper/maven-wrapper.properties
index 56bb016..a3ba20e 100755
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -1 +1 @@
-distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.0/apache-maven-3.5.0-bin.zip
\ No newline at end of file
+distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.6.1/apache-maven-3.6.1-bin.zip
diff --git a/.travis.yml b/.travis.yml
index b5f8944..f7e7606 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ cache:
     - "$HOME/.m2/wrapper"
 
 script:
-  - travis_wait 30 ./mvnw clean install -DskipTests=false 
-Dcheckstyle.skip=false -Drat.skip=false -Dmaven.javadoc.skip=true
+  - travis_wait 30 ./mvnw --batch-mode --no-transfer-progress clean install 
-DskipTests=false -Dcheckstyle.skip=false -Drat.skip=false 
-Dmaven.javadoc.skip=true
 
 after_success:
   - bash <(curl -s https://codecov.io/bash)

Reply via email to