You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by se...@apache.org on 2018/01/10 08:01:15 UTC

[incubator-servicecomb-saga] 05/05: SCB-164 fail fast on script error

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

seanyinx pushed a commit to branch SCB-164_reconnect_on_crash
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git

commit 18f8b368b70749a3f78b8f6103f8718852db8834
Author: seanyinx <se...@huawei.com>
AuthorDate: Wed Jan 10 09:37:50 2018 +0800

    SCB-164 fail fast on script error
    
    Signed-off-by: seanyinx <se...@huawei.com>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 5c1be87..2efd762 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,7 @@ language: java
 jdk:
 - oraclejdk8
 script:
+- set -e
 - mvn clean install -Pjacoco -Pdocker coveralls:report
 - mvn clean verify -f saga-demo -Pdemo -Pdocker -Ddocker.useColor=false -Ddocker.showLogs
 after_success:

-- 
To stop receiving notification emails like this one, please contact
"commits@servicecomb.apache.org" <co...@servicecomb.apache.org>.