Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cristibaluta committed Dec 8, 2018
1 parent 42aa314 commit cd9cf64
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# before_script:
# - chmod a+x ./scripts/add-key.sh
# - sh ./scripts/add-key.sh

0 comments on commit cd9cf64

Please sign in to comment.