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/12 07:20:46 UTC

[dubbo-samples] branch master updated: investigate transaction failure on 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 dab6370  investigate transaction failure on travis
dab6370 is described below

commit dab63708a4c7a6fbbeb8c9a399b74fc307c62de4
Author: Ian Luo <ia...@gmail.com>
AuthorDate: Fri Jul 12 15:18:31 2019 +0800

    investigate transaction failure on travis
---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 637323d..d064b87 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,10 @@ 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} -Ddubbo.version=2.7.3-SNAPSHOT
+  - ./mvnw -pl dubbo-samples-transaction -Djava-image.name=${JAVA_BASE_IMAGE} -Ddocker.showLogs -Ddubbo.version=2.7.3-SNAPSHOT -Pdubbo-integration-test -B clean verify
+
+#  - ./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