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/07/09 03:16:13 UTC

[dubbo-samples] branch master updated: fix typo

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 a55a882  fix typo
a55a882 is described below

commit a55a8824550dd01d3c60e0459ed5a3719b5d2382
Author: Ian Luo <ia...@gmail.com>
AuthorDate: Tue Jul 9 11:14:27 2019 +0800

    fix typo
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index feae75a..637323d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ install: true
 
 script:
   - ./mvnw -B clean install -pl dubbo-maven-address-plugin
-  - ./mvnw -B clean verify -Pdubbo-integration-test -Djava-image.name=${JAVA_BASE_IMAGE} -Ddubb.version=2.7.3-SNAPSHOT
+  - ./mvnw -B clean verify -Pdubbo-integration-test -Djava-image.name=${JAVA_BASE_IMAGE} -Ddubbo.version=2.7.3-SNAPSHOT
 
 
 after_success:


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