From 4548573a75d1b5eb2b94b29cd49e9df27d243f33 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 26 Jun 2021 23:18:22 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e37028f1..ba0da0c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ language: cpp addons: &gcc5 apt: packages: - - g++-5.0 + - g++-5 sources: - ubuntu-toolchain-r-test @@ -47,11 +47,11 @@ matrix: # Test gcc-4.8: C++11, Build=Debug/Release - env: GCC_VERSION=4.8 BUILD_TYPE=Debug CPP=11 os: linux - addons: *gcc48 + addons: *gcc5 - env: GCC_VERSION=4.8 BUILD_TYPE=Release CPP=11 os: linux - addons: *gcc48 + addons: *gcc5 - env: GCC_VERSION=7 BUILD_TYPE=Release CPP=11 os: linux