From c3fa014aacaafc6e142c2edd6dc38230283cc6c6 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 8 Apr 2019 20:38:49 +0200 Subject: [PATCH] gcc-7 removed from Travis CI as it does not support C++20 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7e4a48d4..2f2f2e28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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