From cd9cf647645325ccf5f814124e762d7d2a59fa0b Mon Sep 17 00:00:00 2001 From: Baluta Cristian Date: Sat, 8 Dec 2018 19:17:18 +0200 Subject: [PATCH] ... --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index de76400..c25eed4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,11 @@ branches: - master cache: bundler xcode_project: Jirassic.xcodeproj # path to your xcodeproj folder -xcode_scheme: Jirassic macOS -xcode_destination: platform=macOS +xcode_scheme: Jirassic iOS +xcode_destination: platform=iOS script: #- xcodebuild clean test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED="NO" -project Jirassic.xcodeproj -scheme "Jirassic macOS" - xcodebuild clean test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED="NO" -project Jirassic.xcodeproj -scheme "Jirassic iOS" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone XS,OS=12.1' -before_script: - - chmod a+x ./scripts/add-key.sh - - sh ./scripts/add-key.sh \ No newline at end of file +# before_script: +# - chmod a+x ./scripts/add-key.sh +# - sh ./scripts/add-key.sh \ No newline at end of file