Skip to content

Commit e3e91f1

Browse files
committed
-ci update
1 parent 75e9ef1 commit e3e91f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ language: swift
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.2 ONLY_ACTIVE_ARCH=NO | xcpretty
13+
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/SwiftStickerView.xcworkspace -scheme SwiftStickerView-Example -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8' ONLY_ACTIVE_ARCH=NO | xcpretty
1414
- pod lib lint

0 commit comments

Comments
 (0)