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 0003e7522466b5826c37a424045a18844058ef2c 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 109533f..c017def 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,6 +60,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:
