This is an automated email from the ASF dual-hosted git repository.
zhaoc pushed a commit to branch branch-0.11
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/branch-0.11 by this push:
new acc6968 Stop travis building when an error occurred (#3841)
acc6968 is described below
commit acc6968e11a5000f3c78f80c43e034af6b0f6a3e
Author: hffariel <[email protected]>
AuthorDate: Fri Jun 12 09:16:28 2020 +0800
Stop travis building when an error occurred (#3841)
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]