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