File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
# * https://www.objc.io/issues/6-build-tools/travis-ci/
3
3
# * https://github.com/supermarin/xcpretty#usage
4
4
5
- osx_image : xcode12.0
5
+ osx_image : xcode12.2
6
6
language : swift
7
7
# cache: cocoapods
8
8
# podfile: Example/Podfile
9
9
# before_install:
10
10
# - gem install cocoapods # Since Travis is not always on latest version
11
11
# - pod install --project-directory=Example
12
12
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
14
14
- pod lib lint
You can’t perform that action at this time.
0 commit comments