Switch to using Xcode 6.4 on Travis CI
The old Xcode 6.2 image is not available any longer.
This commit is contained in:
@@ -19,7 +19,7 @@ matrix:
|
|||||||
compiler: clang
|
compiler: clang
|
||||||
env: wxCONFIGURE_FLAGS="--disable-shared"
|
env: wxCONFIGURE_FLAGS="--disable-shared"
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: beta-xcode6.2
|
osx_image: xcode6.4
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: wxCONFIGURE_FLAGS="--enable-cxx11" wxMAKEFILE_FLAGS="CXXFLAGS='-std=c++11 -stdlib=libc++'"
|
env: wxCONFIGURE_FLAGS="--enable-cxx11" wxMAKEFILE_FLAGS="CXXFLAGS='-std=c++11 -stdlib=libc++'"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user