From 702cf4f54a0cc0edf261f4aa9c2fd38cfccca4c7 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 11 Dec 2021 18:11:55 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index ae66dd3a..3e47fcbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,10 @@ sudo: required language: cpp # gcc 4.9 -addons: &gcc49 +addons: &gcc5 apt: packages: - - g++-4.9 + - g++-5 sources: - ubuntu-toolchain-r-test @@ -72,10 +72,10 @@ addons: &clang12 matrix: include: - # Test gcc-4.9: C++11, Build=Release - - env: GCC_VERSION=4.9 BUILD_TYPE=Release CPP=11 + # Test gcc-4.5: C++11, Build=Release + - env: GCC_VERSION=5 BUILD_TYPE=Release CPP=11 os: linux - addons: *gcc49 + addons: *gcc5 # Test gcc-7: C++11, Build=Release - env: GCC_VERSION=7 BUILD_TYPE=Release CPP=11