We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ae349 commit 3f23542Copy full SHA for 3f23542
1 file changed
.travis.yml
@@ -2,7 +2,7 @@
2
# * https://www.objc.io/issues/6-build-tools/travis-ci/
3
# * https://github.com/supermarin/xcpretty#usage
4
5
-osx_image: xcode10.1
+osx_image: xcode10.2
6
language: swift
7
# cache: cocoapods
8
# podfile: Example/Podfile
@@ -13,5 +13,5 @@ before_install:
13
script:
14
- xcodebuild -version
15
- 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
+- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/MapCache.xcworkspace -scheme MapCache-Example -sdk iphonesimulator12.2 ONLY_ACTIVE_ARCH=NO | xcpretty
17
- pod lib lint
0 commit comments