aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-09-25 20:23:25 -0700
committerGitHub <noreply@github.com>2018-09-25 20:23:25 -0700
commitadcb1f8e8ea6ae9d309c3106879cf789c100aac3 (patch)
tree328446414aae7dca3f19ab41b00914562dde2cfe /.travis.yml
parent5b6e40f46d428ae8496db781d79f7d4594433432 (diff)
downloadgoogletest-adcb1f8e8ea6ae9d309c3106879cf789c100aac3.tar.gz
googletest-adcb1f8e8ea6ae9d309c3106879cf789c100aac3.tar.bz2
googletest-adcb1f8e8ea6ae9d309c3106879cf789c100aac3.zip
Update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1599eb0e..2b0ac21a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,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
+ env: VERBOSE=1 CXXFLAGS=-std=c++11
- os: linux
group: deprecated-2017Q4
compiler: gcc