This is an automated email from the ASF dual-hosted git repository. kkloudas pushed a commit to branch executor-impl in repository https://gitbox.apache.org/repos/asf/flink.git
commit 75860ea1b0b868b1e29de79fd1655363ed7d6473 Author: Kostas Kloudas <[email protected]> AuthorDate: Sun Nov 17 15:44:26 2019 +0100 removed notifications --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 65cec31..e6ffbb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,6 +63,9 @@ notifications: rooms: - secure: ikPQn5JTpkyzxVyOPm/jIl3FPm6hY8xAdG4pSwxGWjBqF+NmmNTp9YZsJ6fD8xPql6T5n1hNDbZSC14jVUw/vvXGvibDXLN+06f25ZQl+4LJBXaiR7gTG6y3nO8G90Vw7XpvCme6n5Md9tvjygb17a4FEgRJFfwzWnnyPA1yvK0= on_success: never + on_failure: never + on_cancel: never + on_error: never on_pull_requests: false webhooks: urls:
