diff --git a/.travis.yml b/.travis.yml index c3574a7b..99de31a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,12 +49,7 @@ matrix: - env: GCC_VERSION=4.8 BUILD_TYPE=Release CPP=11 os: linux addons: *gcc48 - - # Test gcc-7: C++11, Build=Debug/Release - - env: GCC_VERSION=7 BUILD_TYPE=Debug CPP=11 - os: linux - addons: *gcc7 - + - env: GCC_VERSION=7 BUILD_TYPE=Release CPP=11 os: linux addons: *gcc7