Added tests with GCC 6

This commit is contained in:
Christophe Riccio 2017-08-17 12:30:17 +02:00
parent 1cead1904a
commit ce0572ac7b

View File

@ -14,6 +14,14 @@ matrix:
packages:
- g++-4.9
env: COMPILER=g++-4.9
- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
env: COMPILER=g++-6
- compiler: clang
addons:
apt: