From 1b6ee09829094363559731335ae19016b75d075a Mon Sep 17 00:00:00 2001 From: Ameir Al-Zoubi Date: Fri, 28 Sep 2018 20:15:02 -0400 Subject: [PATCH] travis updates --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8ad9f59..adaa486 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: objective-c osx_image: xcode10 script: - - xcodebuild clean test -scheme 'Adhan iOS' -project Adhan.xcodeproj -destination "platform=iOS Simulator,name=iPhone 7,OS=10.1" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO + - xcodebuild clean test -scheme 'Adhan iOS' -project Adhan.xcodeproj -destination "platform=iOS Simulator,name=iPhone XS,OS=12.0" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO - xcodebuild clean test -scheme 'Adhan macOS' -project Adhan.xcodeproj -destination "platform=OS X" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO - - xcodebuild clean test -scheme 'Adhan tvOS' -project Adhan.xcodeproj -destination "platform=tvOS Simulator,name=Apple TV 1080p" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO + - xcodebuild clean test -scheme 'Adhan tvOS' -project Adhan.xcodeproj -destination "platform=tvOS Simulator,name=Apple TV 4K" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO - xcodebuild clean build -scheme 'Adhan watchOS' -project Adhan.xcodeproj CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO