Skip to content

Commit 7ee93c2

Browse files
committed
Fix travis build fail
1 parent 001efab commit 7ee93c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# * http://www.objc.io/issue-6/travis-ci.html
33
# * https://github.com/supermarin/xcpretty#usage
44

5-
osx_image: xcode9
5+
osx_image: xcode10
66
language: objective-c
77
xcode-project: Pastel.xcworkspace
88
xcode_scheme: Pastel
9-
xcode_sdk: iphonesimulator10.3
9+
xcode_sdk: iphonesimulator12
1010
# cache: cocoapods
1111
# podfile: Example/Podfile
1212
# before_install:

0 commit comments

Comments
 (0)