summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-09-26 03:23:25 (GMT)
committerGitHub <noreply@github.com>2018-09-26 03:23:25 (GMT)
commitadcb1f8e8ea6ae9d309c3106879cf789c100aac3 (patch)
tree328446414aae7dca3f19ab41b00914562dde2cfe /.travis.yml
parent5b6e40f46d428ae8496db781d79f7d4594433432 (diff)
downloadgoogletest-adcb1f8e8ea6ae9d309c3106879cf789c100aac3.zip
googletest-adcb1f8e8ea6ae9d309c3106879cf789c100aac3.tar.gz
googletest-adcb1f8e8ea6ae9d309c3106879cf789c100aac3.tar.bz2
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 1599eb0..2b0ac21 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