From b450b44514118395a868b1feb70a1517edb667c2 Mon Sep 17 00:00:00 2001 From: Sean Curtis Date: Fri, 9 Mar 2018 14:21:13 -0800 Subject: [PATCH] Move travis CI to use xcode 9 instead of 7.3 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dd2697c75..7a8eeca7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,11 +20,11 @@ matrix: compiler: clang env: BUILD_TYPE=Release COVERALLS=OFF - os: osx - osx_image: xcode7.3 + osx_image: xcode9 compiler: clang env: BUILD_TYPE=Debug COVERALLS=OFF - os: osx - osx_image: xcode7.3 + osx_image: xcode9 compiler: clang env: BUILD_TYPE=Release COVERALLS=OFF