Remove explicit C++11 options from Xcode 7.3 Travis CI build
They're not needed any longer as C++11 is used by default in wxOSX builds if nothing else is specified.
This commit is contained in:
parent
4fb1764d6b
commit
d3812ab091
@ -34,7 +34,7 @@ matrix:
|
||||
- os: osx
|
||||
osx_image: xcode7.3
|
||||
compiler: clang
|
||||
env: wxCONFIGURE_FLAGS="--enable-cxx11" wxMAKEFILE_FLAGS="CXXFLAGS=-std=c++11" wxSKIP_SAMPLES=1
|
||||
env: wxSKIP_SAMPLES=1
|
||||
name: wxOSX Xcode 7.3
|
||||
- os: osx
|
||||
osx_image: xcode9.4
|
||||
|
Loading…
Reference in New Issue
Block a user