Skip to content

Commit 3f23542

Browse files
committed
moved osx image to 10.2 in travis
1 parent c5ae349 commit 3f23542

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# * https://www.objc.io/issues/6-build-tools/travis-ci/
33
# * https://github.com/supermarin/xcpretty#usage
44

5-
osx_image: xcode10.1
5+
osx_image: xcode10.2
66
language: swift
77
# cache: cocoapods
88
# podfile: Example/Podfile
@@ -13,5 +13,5 @@ before_install:
1313
script:
1414
- xcodebuild -version
1515
- xcodebuild -showsdks
16-
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/MapCache.xcworkspace -scheme MapCache-Example -sdk iphonesimulator12.1 ONLY_ACTIVE_ARCH=NO | xcpretty
16+
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/MapCache.xcworkspace -scheme MapCache-Example -sdk iphonesimulator12.2 ONLY_ACTIVE_ARCH=NO | xcpretty
1717
- pod lib lint

0 commit comments

Comments
 (0)