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