EBIvariation / vcf-validator

Validation suite for Variant Call Format (VCF) files, implemented using C++11
Apache License 2.0
129 stars 39 forks source link

Add newer versions of GCC to the Travis CI build #106

Closed cyenyxe closed 6 years ago

cyenyxe commented 6 years ago

The versions of GCC used in the Travis CI build are not ancient but they are not new either. New versions include more checks and would also support features from the latest versions of the C++ language.

Add new environment configurations to the .travis.yml file to use these more modern versions of the compiler, and fix any compile/test issues that could arise.

jmmut commented 6 years ago

given that newer versions were added but the gcc 7 was agreed not to be included because it was too slow, we can close this.