Skip to content

Commit 4d2f1ea

Browse files
committed
Update travis config to xcode 11.6 (fixes #4)
1 parent 8302aa2 commit 4d2f1ea

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: xcode11.3
5+
osx_image: xcode11.6
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/TactileSlider.xcworkspace -scheme TactileSlider-Example -sdk iphonesimulator13.2 -destination "platform=iOS Simulator,OS=13.3,name=iPhone 11" ONLY_ACTIVE_ARCH=NO | xcpretty
13+
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/TactileSlider.xcworkspace -scheme TactileSlider-Example -sdk iphonesimulator13.6 -destination "platform=iOS Simulator,OS=13.6,name=iPhone 11" ONLY_ACTIVE_ARCH=NO | xcpretty
1414
- pod lib lint

0 commit comments

Comments
 (0)