Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Henbyr committed Oct 25, 2019
1 parent f1e0e7f commit 3bc36a7
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 @@ -6,10 +6,10 @@
rvm:
- 2.5.3

osx_image: xcode10.2
osx_image: xcode11.1
language: swift

script:
- bundle exec pod install --repo-update --project-directory=Example
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/JustPersist.xcworkspace -scheme JustPersist-Example ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,OS=12.2,name=iPhone X'
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/JustPersist.xcworkspace -scheme JustPersist-Example ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,OS=13.1,name=iPhone 11'
- bundle exec pod lib lint --allow-warnings

0 comments on commit 3bc36a7

Please sign in to comment.