You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2019/08/20 03:45:46 UTC

[flink] 01/02: add webhook to travis

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

jark pushed a commit to branch builds
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 9955bb0afda2cadedf2ee4ea5138e1e24e2a3657
Author: Jark Wu <im...@gmail.com>
AuthorDate: Tue Aug 20 11:44:11 2019 +0800

    add webhook to travis
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index f114152..50e270d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,6 +61,11 @@ notifications:
       - secure: ikPQn5JTpkyzxVyOPm/jIl3FPm6hY8xAdG4pSwxGWjBqF+NmmNTp9YZsJ6fD8xPql6T5n1hNDbZSC14jVUw/vvXGvibDXLN+06f25ZQl+4LJBXaiR7gTG6y3nO8G90Vw7XpvCme6n5Md9tvjygb17a4FEgRJFfwzWnnyPA1yvK0=
     on_success: never
     on_pull_requests: false
+  webhooks:
+    urls:
+      secure: gOR0ayYgTHvx2QsFxxH07KzI8fgrDk2vqp/6q2eN/RuWHJa6kHecXz/9F0JOXNI1siXrSJ1FwCKOxiMmTbnImJP4015L9VGMS++us6AYtnFp6SIRorRqA1QS5tHNrpBIM38ANxQvuPhFj8S6216BsonQOqBu9sp0jQCOZGKwBLg=
+    on_success: change
+    on_pull_requests: false
 
 stages:
   - name: compile