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-saga-actuator.git
The following commit(s) were added to refs/heads/master by this push:
new ded4f07 SCB-976 Updated the travis script to fix the build
ded4f07 is described below
commit ded4f07c9939ebb0714188ac882e0630c079dcff
Author: Willem Jiang <[email protected]>
AuthorDate: Wed Dec 12 15:41:54 2018 +0800
SCB-976 Updated the travis script to fix the build
---
scripts/test.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/scripts/test.sh b/scripts/test.sh
index 1949891..b6d59d0 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -24,5 +24,4 @@ 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 acceptance-tests -Pdemo -Pdocker
-P${SPRING_BOOT_PROFILE} -Ddocker.useColor=false -Ddocker.showLogs
fi