You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by il...@apache.org on 2019/08/20 05:13:29 UTC

[dubbo-samples] branch master updated: optimize travis

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

iluo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new b9f7823  optimize travis
b9f7823 is described below

commit b9f7823b92dd4ec58b6aeb932a81ce5f4b57b1c1
Author: Ian Luo <ia...@gmail.com>
AuthorDate: Tue Aug 20 13:03:58 2019 +0800

    optimize travis
---
 .mvn/wrapper/maven-wrapper.properties | 2 +-
 .travis.yml                           | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties
index 0061e75..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.6.0/apache-maven-3.6.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 e705773..95f5fe3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,8 +16,8 @@ cache:
 install: true
 
 script:
-  - ./mvnw  --settings .mvn/settings.xml -B clean install -pl dubbo-maven-address-plugin
-  - ./mvnw  --settings .mvn/settings.xml  -B clean verify -Pdubbo-integration-test -Djava-image.name=${JAVA_BASE_IMAGE} -Ddubbo.version=2.7.4-SNAPSHOT
+  - ./mvnw --batch-mode --no-transfer-progress --settings .mvn/settings.xml clean install -pl dubbo-maven-address-plugin
+  - ./mvnw --batch-mode --no-transfer-progress --settings .mvn/settings.xml clean verify -Pdubbo-integration-test -Djava-image.name=${JAVA_BASE_IMAGE} -Ddubbo.version=2.7.4-SNAPSHOT
 
 
 after_success:


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org