diff --git a/.travis.yml b/.travis.yml index b54f9d52..8ed5f648 100644 --- a/.travis.yml +++ b/.travis.yml @@ -119,23 +119,22 @@ matrix: # 3/ OSX Clang Builds - os: osx - osx_image: xcode6.4 + osx_image: xcode7 compiler: clang env: COMPILER='ccache clang++' BUILD_TYPE='Debug' - os: osx - osx_image: xcode6.4 + osx_image: xcode7 compiler: clang env: COMPILER='ccache clang++' BUILD_TYPE='Release' - - os: osx - osx_image: xcode7 + osx_image: xcode8 compiler: clang env: COMPILER='ccache clang++' BUILD_TYPE='Debug' - os: osx - osx_image: xcode7 + osx_image: xcode8 compiler: clang env: COMPILER='ccache clang++' BUILD_TYPE='Release'