From 6ea161a71118e888c8f3e532ee9ae5e9f60a6e2c Mon Sep 17 00:00:00 2001 From: Giacomo Pozzoni Date: Thu, 8 Aug 2019 08:27:37 +0200 Subject: [PATCH] CI/Travis: Upgrade to GCC 6 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f3c1af1d9a1..8c455fc0495 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ addons: apt: sources: - sourceline: 'ppa:mhier/libboost-latest' + - ubuntu-toolchain-r-test packages: - boost1.67 - libssl-dev @@ -18,6 +19,7 @@ addons: - libreadline6-dev - zlib1g-dev - libbz2-dev + - g++-6 services: - mysql