aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--appveyor.yml2
2 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d1fe6eb5..3e13492d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,7 @@ matrix:
compiler: gcc
install: ./ci/install-linux.sh && ./ci/log-config.sh
script: ./ci/build-linux-autotools.sh
+ env: VERBOSE=1 CXX_FLAGS=-std=c++11
- os: linux
group: deprecated-2017Q4
compiler: gcc
diff --git a/appveyor.yml b/appveyor.yml
index 1e3102e9..fdd34c67 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -23,6 +23,8 @@ environment:
- compiler: gcc-5.3.0-posix
generator: "MinGW Makefiles"
cxx_path: 'C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin'
+ cxx_options: "-std=gnu++11"
+ enabled_on_pr: yes
- compiler: gcc-6.3.0-posix
generator: "MinGW Makefiles"