Skip to content

Commit 6a72ace

Browse files
committed
Update travis config
1 parent 7d47972 commit 6a72ace

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: xcode10.1
5+
osx_image: xcode11.3
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 iphonesimulator12.1 ONLY_ACTIVE_ARCH=NO | xcpretty
13+
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/TactileSlider.xcworkspace -scheme TactileSlider-Example -sdk iphonesimulator13.2 ONLY_ACTIVE_ARCH=NO | xcpretty
1414
- pod lib lint

0 commit comments

Comments
 (0)