Update .travis.yml

This commit is contained in:
Gennadiy Civil 2018-09-25 20:23:25 -07:00 committed by GitHub
parent 5b6e40f46d
commit adcb1f8e8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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