From 13477e5478eec08b7dd803ed50c72c37129af2ed Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Tue, 2 Jul 2019 09:58:23 +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 0854b796..ddf03015 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=14 + - env: GCC_VERSION=4.8 BUILD_TYPE=Debug CPP=11 os: linux addons: *gcc48 - - env: GCC_VERSION=4.8 BUILD_TYPE=Release CPP=14 + - env: GCC_VERSION=4.8 BUILD_TYPE=Release CPP=11 os: linux addons: *gcc48