From 1bc6cde53798146d1ba7c31c2c14301e93d0519d Mon Sep 17 00:00:00 2001 From: agauniyal Date: Sat, 3 Sep 2016 14:53:47 +0530 Subject: [PATCH] add gcc6 compiler to travis builds --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 185ea68..2daaea5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,16 @@ matrix: env: - COMPILER=g++-5 + - os: linux + compiler: gcc + addons: + apt: + sources: ['ubuntu-toolchain-r-test'] + packages: ['g++-6'] + + env: + - COMPILER=g++-6 + - os: linux compiler: clang addons: