You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/12/17 12:14:46 UTC

[servicecomb-pack] 12/13: SCB-976 Tried to fix the travis build

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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git

commit 04e1e655421fc1fa34cc3ed08693c3195236dca2
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Sat Dec 15 23:01:41 2018 +0800

    SCB-976 Tried to fix the travis build
---
 scripts/test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/test.sh b/scripts/test.sh
index 1949891..46fe4f9 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -23,6 +23,6 @@ then
 else
   echo "Running the unit tests and integration tests here!"
   mvn clean install -Pjacoco -Pdocker -P${SPRING_BOOT_PROFILE} coveralls:report
-  mvn clean verify -f saga-demo -Pdemo -Pdocker -P${SPRING_BOOT_PROFILE} -Ddocker.useColor=false -Ddocker.showLogs
+  mvn clean verify -f demo -Pdemo -Pdocker -P${SPRING_BOOT_PROFILE} -Ddocker.useColor=false -Ddocker.showLogs
   mvn clean verify -f acceptance-tests -Pdemo -Pdocker -P${SPRING_BOOT_PROFILE} -Ddocker.useColor=false -Ddocker.showLogs
 fi