Update .travis.yml

This commit is contained in:
Gabi Melman 2021-12-11 17:39:43 +02:00 committed by GitHub
parent e45c11f98a
commit ee74321ac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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