You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zh...@apache.org on 2020/06/12 01:16:15 UTC

[incubator-doris] branch master updated: Stop travis building when an error occurred (#3838)

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

zhaoc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 75f4df4  Stop travis building when an error occurred (#3838)
75f4df4 is described below

commit 75f4df400ef4fac27b6135a550e5ed51ef079c47
Author: hffariel <52...@qq.com>
AuthorDate: Fri Jun 12 09:16:01 2020 +0800

    Stop travis building when an error occurred (#3838)
    
    Co-authored-by: fariel huang <fa...@gmail.com>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 87c4960..40a7b28 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,7 +37,7 @@ before_script:
 script:
   - npm run build
 
-after_script:
+after_success:
   - if [ "$TRAVIS_EVENT_TYPE" != "push" ]; then exit 0; fi
   - git config user.name "${GIT_NAME}"
   - git config user.email "${GIT_EMAIL}"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org