aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-09-25 09:59:22 -0700
committerGitHub <noreply@github.com>2018-09-25 09:59:22 -0700
commit0f7f5cd93a7cc866443eb882643acdd8b335cffd (patch)
tree054cad4fb1272a657f39c0ace57e8607cfba1503 /.travis.yml
parentb19266a3e3fda6ff9c97b2c1655ef5e7b4444c46 (diff)
parentdb6e8c727a8580d332b60d5be568e9156314176d (diff)
downloadgoogletest-0f7f5cd93a7cc866443eb882643acdd8b335cffd.tar.gz
googletest-0f7f5cd93a7cc866443eb882643acdd8b335cffd.tar.bz2
googletest-0f7f5cd93a7cc866443eb882643acdd8b335cffd.zip
Merge pull request #1861 from gennadiycivil/master
adding c++11 to appveyor mingW and autotools build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 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