From 9ff2b811644a7a1e0fb92af450c5aedd7e7f3525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Thu, 7 Nov 2019 15:58:33 +0100 Subject: [PATCH] Remove gcc-4.9 from the travis builds According to CMake, it does not support templated variables. Strictly speaking, we added that to the target so that the project defaults to C++14, but I am planning to use them inside Catch2 anyway. --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1fca40b8..837ec890 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,14 +103,6 @@ matrix: # GCC builds - - os: linux - compiler: gcc - addons: - apt: - sources: *all_sources - packages: ['g++-4.9'] - env: COMPILER='g++-4.9' CPP14=1 - - os: linux compiler: gcc addons: