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

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


The following commit(s) were added to refs/heads/branch-0.12 by this push:
     new 1337f2f  Stop travis building when an error occurred (#3842)
1337f2f is described below

commit 1337f2f84ee38a1bca0e9ff5673fa6d09d53adb9
Author: hffariel <527305...@qq.com>
AuthorDate: Fri Jun 12 09:16:39 2020 +0800

    Stop travis building when an error occurred (#3842)
    
    Co-authored-by: fariel huang <farielcla...@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-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to