From f1c543cb7b229d8ff26a4d45ba92f8be55d2a47a Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 8 Jul 2017 22:59:19 +0200 Subject: [PATCH] :construction_worker: added GCC7 --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4ad1a5559..dffec3994 100644 --- a/.travis.yml +++ b/.travis.yml @@ -191,6 +191,14 @@ matrix: sources: ['ubuntu-toolchain-r-test'] packages: g++-6 + - os: linux + compiler: gcc + env: COMPILER=g++-7 + addons: + apt: + sources: ['ubuntu-toolchain-r-test'] + packages: g++-7 + # Linux / Clang - os: linux