From 33403efc8e3beaa8127bb2ff448505692a6c2cec Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Fri, 19 Feb 2016 12:14:14 -0800 Subject: [PATCH] Use XCode 7.3 on Travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a460bb4e5..07b3a8350 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ matrix: env: COMPILER='clang++-3.8' BUILD_TYPE='Debug' RUN_CLANG_FORMAT=ON - os: osx - osx_image: xcode7 + osx_image: xcode7.3 compiler: clang env: COMPILER='clang++' BUILD_TYPE='Debug' @@ -71,7 +71,7 @@ matrix: env: COMPILER='clang++-3.8' BUILD_TYPE='Release' - os: osx - osx_image: xcode7 + osx_image: xcode7.3 compiler: clang env: COMPILER='clang++' BUILD_TYPE='Release'