From 9c40dac69e9eabd5dd7913693a87db583f11bae6 Mon Sep 17 00:00:00 2001 From: Nilit Danan Date: Sun, 21 Feb 2021 09:58:01 +0200 Subject: [PATCH] FEC-10751 Updated travis to use Xcode 12 image and added Oren M and Sergey C to the recipients. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4765b33..ff30be6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: swift -osx_image: xcode10.2 +osx_image: xcode12 before_install: - gem install cocoapods xcpretty # Since Travis is not always on latest version - pod repo update @@ -11,5 +11,7 @@ notifications: - noam.tamim@kaltura.com - nilit.danan@kaltura.com - gilad.nadav@kaltura.com + - oren.melamed@kaltura.com + - sergey.chausov@kaltura.com on_success: change on_failure: always