gcc-7 removed from Travis CI as it does not support C++20

This commit is contained in:
Mateusz Pusz
2019-04-08 20:38:49 +02:00
parent 6a48132c5d
commit c3fa014aac

View File

@@ -14,8 +14,6 @@ osx: &osx
language: generic
matrix:
include:
- <<: *linux
env: CONAN_GCC_VERSIONS=7 CONAN_DOCKER_IMAGE=conanio/gcc7
- <<: *linux
env: CONAN_GCC_VERSIONS=8 CONAN_DOCKER_IMAGE=conanio/gcc8