From 1c9a6cab885f34fc2edb8e31ba7c76829c0509f6 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Tue, 27 Sep 2016 11:20:33 +0100 Subject: [PATCH] Removed XCode6 builds (which were erroring anyway) and added XCode8 builds --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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'