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 <[email protected]> AuthorDate: Wed Jan 24 17:38:50 2018 +0800 SCB-237 included acceptance test into CI build Signed-off-by: seanyinx <[email protected]> --- .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 [email protected].
