Testing, trying to figure out clang errors

Possibly related to travis env
This commit is contained in:
Gennadiy Civil 2018-08-29 12:37:54 -04:00 committed by GitHub
parent 4ac4037fe4
commit ace23df4c4

View File

@ -30,11 +30,9 @@ matrix:
compiler: gcc
env: BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
- os: linux
group: deprecated-2017Q4
compiler: clang
env: BUILD_TYPE=Debug VERBOSE=1
- os: linux
group: deprecated-2017Q4
compiler: clang
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
- os: linux