File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -133,24 +133,24 @@ matrix:
133133 sources : *apt_sources
134134
135135 - os : osx
136- env : COMPILER=clang++
137- compiler : clang++
138- osx_image : xcode6
139-
140- - os : osx
141- env : COMPILER=clang++
142- compiler : clang++
143- osx_image : xcode7
136+ osx_image : xcode7.3
137+ compiler : clang
138+ env : COMPILER='clang++'
144139
145140 - os : osx
146- env : COMPILER=clang++
147- compiler : clang++
148141 osx_image : xcode8
142+ compiler : clang
143+ env : COMPILER='clang++'
149144
150145 - os : osx
151- env : COMPILER=clang++
152- compiler : clang++
153146 osx_image : xcode9
147+ compiler : clang
148+ env : COMPILER='clang++'
149+
150+ - os : osx
151+ osx_image : xcode10
152+ compiler : clang
153+ env : COMPILER='clang++'
154154
155155script :
156156 - export CXX=${COMPILER}
You can’t perform that action at this time.
0 commit comments