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.
This commit is contained in:
Martin Hořeňovský 2019-11-07 15:58:33 +01:00
parent d6f7f1fbed
commit 9ff2b81164
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 0 additions and 8 deletions

View File

@ -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: