Use Xcode 6.2 for OS X Travis-CI builds

This is the new minimal version required by Homebrew.
This commit is contained in:
Vadim Zeitlin
2016-09-23 16:19:26 +02:00
parent 607b800444
commit 9b477e46e5

View File

@@ -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++'"