From 9b477e46e523f1d25c84e37d3ba34d43b1ef7d76 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 23 Sep 2016 16:19:26 +0200 Subject: [PATCH] Use Xcode 6.2 for OS X Travis-CI builds This is the new minimal version required by Homebrew. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 158d697eff..9665543bef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ matrix: compiler: clang env: wxCONFIGURE_FLAGS="--disable-shared" - os: osx + osx_image: beta-xcode6.2 compiler: clang env: wxCONFIGURE_FLAGS="--enable-cxx11" wxMAKEFILE_FLAGS="CXXFLAGS='-std=c++11 -stdlib=libc++'"