You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/06/22 05:28:06 UTC

[15/40] incubator-weex git commit: * [all] add mail notifiy to travis

* [all] add mail notifiy to travis


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/8e1cc1f6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/8e1cc1f6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/8e1cc1f6

Branch: refs/heads/0.15-dev
Commit: 8e1cc1f62b6f5689bb91bedb4f20786f2b3e03b6
Parents: c689a8a
Author: sospartan <so...@apache.org>
Authored: Mon Jun 12 14:42:49 2017 +0800
Committer: sospartan <so...@apache.org>
Committed: Mon Jun 12 15:50:44 2017 +0800

----------------------------------------------------------------------
 .travis.yml | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8e1cc1f6/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index d0b7675..9e0e77d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -67,5 +67,14 @@ script:
   - source test/ci-funcs.sh
   - runJSTest $TEST_SUITE
 notifications:
-  webhooks: https://oapi.dingtalk.com/robot/send?access_token=553a6d23676da61499b0001a8e28d4436be776f5642fff9259f5c946ffac45d2
-  
+  webhooks:
+    on_pull_requests: false
+    urls:
+      - https://oapi.dingtalk.com/robot/send?access_token=5a6be5eb6ad180fa4d04bdda0b24857ee49c3dd985361efdf0964aa9134ee623
+    on_success: change 
+    on_failure: always
+  email:
+    recipients:
+      - dev@weex.apache.org
+    on_success: change
+    on_failure: always