Skip to content

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
wddwycc committed Jun 2, 2020
1 parent 99aa3f5 commit 49f38ce
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,6 +1,6 @@
osx_image: xcode10.2
osx_image: xcode11.5
language: objective-c

script:
- set -o pipefail
- xcodebuild test -configuration Release -enableCodeCoverage YES -workspace Example/RxTheme.xcworkspace -scheme RxTheme-Example -destination 'OS=12.0,name=iPhone X' ONLY_ACTIVE_ARCH=NO | xcpretty
- xcodebuild test -configuration Release -enableCodeCoverage YES -workspace Example/RxTheme.xcworkspace -scheme RxTheme-Example -destination 'OS=13.5,name=iPhone 11' ONLY_ACTIVE_ARCH=NO | xcpretty

0 comments on commit 49f38ce

Please sign in to comment.