Skip to content

Commit 227100f

Browse files
author
Alexander Widerberg
committed
Added more coverage over different cmake versions as well as updated to the latest xcode versions available on travis.
1 parent 9f95b54 commit 227100f

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.travis.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,29 @@ language: objective-c
33
matrix:
44
include:
55
- os: osx
6-
osx_image: xcode10.2
6+
osx_image: xcode11.3
77
env:
88
- PLATFORM=SIMULATOR
99
- os: osx
1010
osx_image: xcode10.2
1111
env:
1212
- PLATFORM=SIMULATOR64
1313
- os: osx
14-
osx_image: xcode10.2
14+
osx_image: xcode11.1
1515
env:
1616
- PLATFORM=OS
1717
- os: osx
1818
osx_image: xcode10.2
1919
env:
2020
- PLATFORM=OS64
21+
- os: osx
22+
osx_image: xcode9.4
23+
env:
24+
- PLATFORM=OS64
25+
- os: osx
26+
osx_image: xcode8.3
27+
env:
28+
- PLATFORM=OS64
2129
- os: osx
2230
osx_image: xcode10.2
2331
env:
@@ -35,7 +43,7 @@ matrix:
3543
env:
3644
- PLATFORM=OS64COMBINED USE_XCODE=1
3745
- os: osx
38-
osx_image: xcode10.2
46+
osx_image: xcode11.3
3947
env:
4048
- PLATFORM=OS64COMBINED BUILD_CURL=1 USE_XCODE=1
4149

0 commit comments

Comments
 (0)