diff --git a/.travis.yml b/.travis.yml index 98738081..9de3815b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,15 @@ matrix: - ubuntu-toolchain-r-test packages: - g++-8 + - env: COMPILER=g++-8 BUILD=Release STANDARD=17 + compiler: gcc + addons: + apt: + update: true + sources: + - ubuntu-toolchain-r-test + packages: + - g++-8 # Apple clang on OS X with C++14 - env: BUILD=Debug STANDARD=14