Update .travis.yml

pull/1133/head
Gabi Melman 6 years ago committed by GitHub
parent b97c16a636
commit 89e6d66872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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=11
- env: GCC_VERSION=4.8 BUILD_TYPE=Debug CPP=14
os: linux
addons: *gcc48
- env: GCC_VERSION=4.8 BUILD_TYPE=Release CPP=11
- env: GCC_VERSION=4.8 BUILD_TYPE=Release CPP=14
os: linux
addons: *gcc48

Loading…
Cancel
Save