Skip to content

Commit 75e9ef1

Browse files
committed
-update ci
1 parent 113534c commit 75e9ef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

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

5-
osx_image: xcode12.0
5+
osx_image: xcode12.2
66
language: swift
77
# cache: cocoapods
88
# podfile: Example/Podfile
99
# before_install:
1010
# - gem install cocoapods # Since Travis is not always on latest version
1111
# - pod install --project-directory=Example
1212
script:
13-
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/SwiftStickerView.xcworkspace -scheme SwiftStickerView-Example -sdk iphonesimulator14.0 ONLY_ACTIVE_ARCH=NO | xcpretty
13+
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/SwiftStickerView.xcworkspace -scheme SwiftStickerView-Example -sdk iphonesimulator14.2 ONLY_ACTIVE_ARCH=NO | xcpretty
1414
- pod lib lint

0 commit comments

Comments
 (0)