Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arturdev authored Jun 13, 2020
1 parent 5a86465 commit 2d66e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# * https://www.objc.io/issues/6-build-tools/travis-ci/
# * https://github.com/supermarin/xcpretty#usage

osx_image: xcode11.3
osx_image: xcode11.5
language: swift
# cache: cocoapods
# podfile: Example/Podfile
Expand All @@ -11,4 +11,4 @@ before_install:
- pod repo update
- pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild -workspace Example/Unrealm.xcworkspace -scheme Unrealm-Example -destination "OS=13.3,name=iPhone 11 Pro Max" -configuration Release -UseModernBuildSystem=NO ONLY_ACTIVE_ARCH=NO ENABLE_TESTABILITY=YES clean test | xcpretty
- set -o pipefail && xcodebuild -workspace Example/Unrealm.xcworkspace -scheme Unrealm-Example -destination "OS=13.5,name=iPhone 11 Pro Max" -configuration Release -UseModernBuildSystem=NO ONLY_ACTIVE_ARCH=NO ENABLE_TESTABILITY=YES clean test | xcpretty

0 comments on commit 2d66e6a

Please sign in to comment.