👷 added GCC7

This commit is contained in:
Niels Lohmann 2017-07-08 22:59:19 +02:00
parent 7b05e1a687
commit f1c543cb7b
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -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