diff options
author | Giacomo Pozzoni <giacomopoz@gmail.com> | 2019-08-08 08:27:37 +0200 |
---|---|---|
committer | Giacomo Pozzoni <giacomopoz@gmail.com> | 2019-08-08 08:27:37 +0200 |
commit | 6ea161a71118e888c8f3e532ee9ae5e9f60a6e2c (patch) | |
tree | a2c60e6c1a8e0786aa60b68699387cb641b25505 | |
parent | 910da94d20ae1d6a0bc0d9053e46e698c4da50f9 (diff) |
CI/Travis: Upgrade to GCC 6
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |