From 45bdb572f009fdd8125de588609a9c36837fd1ac Mon Sep 17 00:00:00 2001 From: Sivan Agranov <88330203+SivanA-Kaltura@users.noreply.github.com> Date: Thu, 14 Jul 2022 18:11:21 +0300 Subject: [PATCH] chore(FEC-12330): Need to add Travis CI build notifications to MS Teams (#198) Add Travis webhook for MS Teams notifications --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6c250272..ecb6c7ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,10 @@ +notifications: + webhooks: + urls: + - https://kaltura.webhook.office.com/webhookb2/b992a7e1-5ff6-49a7-8d78-2f5e2909a982@0c503748-de3f-4e25-97e2-6819d53a42b6/TravisCI/8ee374eb79a8409fb0ca7cd27a49cf69/4779c8dc-fa74-44a9-9710-010265f09a25 + on_success: never + on_cancel: never + conditions: v1 sudo: required dist: xenial