Skip to content

Commit e09b068

Browse files
committed
[Travis] Modernize OS X images
1 parent 9a8081b commit e09b068

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.travis.yml

+10-5
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ matrix:
3838
##########################################################################
3939
- os: osx
4040
env: CHECK_FORMATTING=true
41-
osx_image: xcode8
41+
osx_image: xcode9.1
4242

4343
##########################################################################
4444
# Build with the main configuration on all the supported compilers
@@ -89,10 +89,15 @@ matrix:
8989
env: UNIT_TESTS=true BOOST_VERSION=default
9090
osx_image: xcode7.3
9191

92-
# Xcode 8
92+
# Xcode 8.3
9393
- os: osx
9494
env: UNIT_TESTS=true BOOST_VERSION=default
95-
osx_image: xcode8
95+
osx_image: xcode8.3
96+
97+
# Xcode 9.1
98+
- os: osx
99+
env: UNIT_TESTS=true BOOST_VERSION=default
100+
osx_image: xcode9.1
96101

97102
##########################################################################
98103
# Build with variations in the configuration
@@ -120,7 +125,7 @@ matrix:
120125
# Without exceptions on OS X
121126
- os: osx
122127
env: UNIT_TESTS=true BOOST_VERSION=default CMAKE_OPTIONS="-DBOOST_HANA_ENABLE_EXCEPTIONS=OFF"
123-
osx_image: xcode8
128+
osx_image: xcode9.1
124129

125130
# With Boost 1.59
126131
- env: UNIT_TESTS=true COMPILER=default BOOST_VERSION=1.59.0
@@ -153,7 +158,7 @@ matrix:
153158
# With Boost.Build instead of CMake (on OS X)
154159
- os: osx
155160
env: UNIT_TESTS=true BOOST_VERSION=default BOOST_BUILD=true
156-
osx_image: xcode8
161+
osx_image: xcode9.1
157162

158163
##########################################################################
159164
# Generate the documentation

0 commit comments

Comments
 (0)