This is an automated email from the ASF dual-hosted git repository.
hyunkun 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 39b33f1 upgrade to 2.7.5 snapshot (#123)
39b33f1 is described below
commit 39b33f1c7b7009d92681921415c9541d0f735297
Author: Huang YunKun <[email protected]>
AuthorDate: Fri Oct 11 22:51:08 2019 +0800
upgrade to 2.7.5 snapshot (#123)
---
.travis.yml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index a321125..163f877 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,9 +16,8 @@ cache:
install: true
script:
- - ./mvnw --batch-mode --no-transfer-progress --settings .mvn/settings.xml
clean install -pl dubbo-maven-address-plugin -U
- - ./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 -U
-
+ - ./mvnw -U --batch-mode --no-transfer-progress --settings .mvn/settings.xml
clean install -pl dubbo-maven-address-plugin -Ddubbo.version=2.7.5-SNAPSHOT
+ - ./mvnw -U --batch-mode --no-transfer-progress --settings .mvn/settings.xml
clean verify -Pdubbo-integration-test -Djava-image.name=${JAVA_BASE_IMAGE}
-Ddubbo.version=2.7.5-SNAPSHOT
after_success:
- bash <(curl -s https://codecov.io/bash)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]