Skip to content

Commit 254086e

Browse files
Travis: Add Xcode 10.1 builds
1 parent d2d5765 commit 254086e

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.travis.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,40 @@ matrix:
125125
env:
126126
- SDK="iphoneos"
127127

128+
###################################
129+
### Xcode 10.1 on macOS 10.13
130+
131+
- os: osx
132+
osx_image: xcode10.1
133+
gemfile: .ci/Gemfile.travis
134+
env:
135+
- DESTINATION="platform=macOS"
136+
- os: osx
137+
osx_image: xcode10.1
138+
gemfile: .ci/Gemfile.travis
139+
env:
140+
- DESTINATION="generic/platform=iOS"
141+
- os: osx
142+
osx_image: xcode10.1
143+
gemfile: .ci/Gemfile.travis
144+
env:
145+
- DESTINATION="generic/platform=watchOS"
146+
- os: osx
147+
osx_image: xcode10.1
148+
gemfile: .ci/Gemfile.travis
149+
env:
150+
- DESTINATION="generic/platform=tvOS"
151+
- os: osx
152+
osx_image: xcode10.1
153+
gemfile: .ci/Gemfile.travis
154+
env:
155+
- DESTINATION="platform=iOS Simulator,name=iPhone 8,OS=12.1"
156+
- os: osx
157+
osx_image: xcode10.1
158+
gemfile: .ci/Gemfile.travis
159+
env:
160+
- SDK="iphoneos"
161+
128162
script:
129163
- cd .ci
130164
- make test_build

0 commit comments

Comments
 (0)