diff --git a/.travis.yml b/.travis.yml index bba555cf..3cf1aad9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,22 @@ cache: matrix: include: + - compiler: gcc + addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-6 + env: COMPILER=6 + - compiler: gcc + addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-5 + env: COMPILER=5 - compiler: gcc addons: apt: