From d9d957b604ea0e6895a3dd928a92737e770c4229 Mon Sep 17 00:00:00 2001 From: Ozgur Vatansever Date: Mon, 23 Sep 2019 18:19:18 +0300 Subject: [PATCH] updated travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1d3b8ce..a507d15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: objective-c -osx_image: xcode10 +osx_image: xcode10.3 env: global: @@ -20,4 +20,4 @@ script: - xcodebuild -workspace "$XCODE_WORKSPACE" -scheme "$SCHEME" -configuration Release clean build CODE_SIGN_IDENTITY="" BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO | xcpretty -c; notifications: - email: false \ No newline at end of file + email: false