Skip to content

Commit 14cee77

Browse files
committed
Give up on XCode 6.4 on Travis
1 parent 0f00e85 commit 14cee77

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.travis.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,6 @@ matrix:
212212
compiler: gcc
213213
addons: *9
214214
env: CXX_COMPILER='g++-5' C_COMPILER='gcc-5' Fortran_COMPILER='gfortran-5' BUILD_TYPE='debug'
215-
- os: osx
216-
osx_image: xcode6.4
217-
compiler: clang
218-
env: CXX_COMPILER='clang++' C_COMPILER='clang' Fortran_COMPILER='gfortran' BUILD_TYPE='debug'
219-
- os: osx
220-
osx_image: xcode6.4
221-
compiler: clang
222-
env: CXX_COMPILER='clang++' C_COMPILER='clang' Fortran_COMPILER='gfortran' BUILD_TYPE='release'
223215
- os: osx
224216
osx_image: xcode7
225217
compiler: clang
@@ -228,14 +220,6 @@ matrix:
228220
osx_image: xcode7
229221
compiler: clang
230222
env: CXX_COMPILER='clang++' C_COMPILER='clang' Fortran_COMPILER='gfortran' BUILD_TYPE='release'
231-
- os: osx
232-
osx_image: xcode6.4
233-
compiler: gcc
234-
env: CXX_COMPILER='g++-5' C_COMPILER='gcc-5' Fortran_COMPILER='gfortran' BUILD_TYPE='debug'
235-
- os: osx
236-
osx_image: xcode6.4
237-
compiler: gcc
238-
env: CXX_COMPILER='g++-5' C_COMPILER='gcc-5' Fortran_COMPILER='gfortran' BUILD_TYPE='release'
239223
- os: osx
240224
osx_image: xcode7
241225
compiler: gcc

0 commit comments

Comments
 (0)