From ee74321ac326d01525632bf9e8d6108551787aa5 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 11 Dec 2021 17:39:43 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 152ac47d..424f2926 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,7 +73,7 @@ addons: &clang12 matrix: include: # Test gcc-4.8: C++11, Build=Release - - env: GCC_VERSION=4.8 BUILD_TYPE=Release CPP=11 + - env: GCC_VERSION=4.8 BUILD_TYPE=Release CPP=11 CXXFLAGS="-fpermissive" os: linux addons: *gcc48