Update .travis.yml

This commit is contained in:
Gabi Melman
2019-07-02 08:41:15 +03:00
committed by GitHub
parent b97c16a636
commit 89e6d66872

View File

@@ -39,11 +39,11 @@ addons: &clang6
matrix: matrix:
include: include:
# Test gcc-4.8: C++11, Build=Debug/Release # 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 os: linux
addons: *gcc48 addons: *gcc48
- env: GCC_VERSION=4.8 BUILD_TYPE=Release CPP=11 - env: GCC_VERSION=4.8 BUILD_TYPE=Release CPP=14
os: linux os: linux
addons: *gcc48 addons: *gcc48