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 <[email protected]>
AuthorDate: Fri Jun 12 09:16:01 2020 +0800
Stop travis building when an error occurred (#3838)
Co-authored-by: fariel huang <[email protected]>
---
.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: [email protected]
For additional commands, e-mail: [email protected]