Skip to content

Commit

Permalink
Merge pull request #22 from isavynskyi/feature/upgrade-ci
Browse files Browse the repository at this point in the history
Update CI configuration
  • Loading branch information
isavynskyi authored Jan 26, 2020
2 parents 14d4d5d + c2f6cf0 commit 001f736
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
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode10.3
osx_image: xcode11.3

cache: cocoapods
podfile: Example/Podfile
Expand All @@ -8,5 +8,5 @@ before_install:
- pod install --project-directory=Example

script:
- set -o pipefail && xcodebuild -workspace Example/LayoutInspectorExample.xcworkspace -scheme LayoutInspectorExample -sdk iphonesimulator -destination "platform=iOS Simulator,OS=12.1,name=iPhone Xs Max" -UseModernBuildSystem=YES test
- set -o pipefail && xcodebuild -workspace Example/LayoutInspectorExample.xcworkspace -scheme LayoutInspectorExample -sdk iphonesimulator -destination "platform=iOS Simulator,OS=13.3,name=iPhone 11" -UseModernBuildSystem=YES test
- pod lib lint

0 comments on commit 001f736

Please sign in to comment.