diff options
| author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-09-25 20:23:25 -0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-25 20:23:25 -0700 | 
| commit | adcb1f8e8ea6ae9d309c3106879cf789c100aac3 (patch) | |
| tree | 328446414aae7dca3f19ab41b00914562dde2cfe | |
| parent | 5b6e40f46d428ae8496db781d79f7d4594433432 (diff) | |
| download | googletest-adcb1f8e8ea6ae9d309c3106879cf789c100aac3.tar.gz googletest-adcb1f8e8ea6ae9d309c3106879cf789c100aac3.tar.bz2 googletest-adcb1f8e8ea6ae9d309c3106879cf789c100aac3.zip | |
Update .travis.yml
| -rw-r--r-- | .travis.yml | 2 | 
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 | 
