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/01/24 15:12:52 UTC

[incubator-servicecomb-saga] 06/07: SCB-237 included acceptance test into CI 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/incubator-servicecomb-saga.git

commit 6b4d5891b699ce57b91b351b673553200aad5911
Author: seanyinx <se...@huawei.com>
AuthorDate: Wed Jan 24 17:38:50 2018 +0800

    SCB-237 included acceptance test into CI build
    
    Signed-off-by: seanyinx <se...@huawei.com>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index deecf73..87847e4 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,7 @@ script:
 - set -e
 - mvn clean install -Pjacoco -Pdocker coveralls:report
 - mvn clean verify -f saga-demo -Pdemo -Pdocker -Ddocker.useColor=false -Ddocker.showLogs
+- mvn clean verify -f acceptance-tests -Pdemo -Pdocker -Ddocker.useColor=false -Ddocker.showLogs
 after_success:
 - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then mvn deploy -DskipTests --settings .travis.settings.xml; fi
 env:

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.