From d3812ab091076f97aeb802cacc6e8ca87c02578f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 5 Jul 2020 23:41:12 +0200 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e863481d1f..7e990d75a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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