From cff06eed9ddef7dc6a55d67964c8a72fd4ab2f31 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 12 Dec 2016 23:04:53 +0100 Subject: [PATCH] Switch to using Xcode 6.4 on Travis CI The old Xcode 6.2 image is not available any longer. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9665543bef..b3065f5b19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ matrix: compiler: clang env: wxCONFIGURE_FLAGS="--disable-shared" - os: osx - osx_image: beta-xcode6.2 + osx_image: xcode6.4 compiler: clang env: wxCONFIGURE_FLAGS="--enable-cxx11" wxMAKEFILE_FLAGS="CXXFLAGS='-std=c++11 -stdlib=libc++'"