From 89e6d668720c906ebb9770507a678f9a2cb7df19 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Tue, 2 Jul 2019 08:41:15 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ddf03015..0854b796 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,11 +39,11 @@ addons: &clang6 matrix: include: # Test gcc-4.8: C++11, Build=Debug/Release - - env: GCC_VERSION=4.8 BUILD_TYPE=Debug CPP=11 + - env: GCC_VERSION=4.8 BUILD_TYPE=Debug CPP=14 os: linux addons: *gcc48 - - env: GCC_VERSION=4.8 BUILD_TYPE=Release CPP=11 + - env: GCC_VERSION=4.8 BUILD_TYPE=Release CPP=14 os: linux addons: *gcc48