From 5b85e8976b3e90a7dc5b335b1cbac6d249fe0c44 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Thu, 11 Aug 2016 19:40:22 -0700 Subject: [PATCH] travis: Get newer GCC packages to support the clang-3.8 build. --- .travis.yml | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index dded636e7..9e7efc768 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,22 +75,24 @@ matrix: - CCOMPILER=clang-3.6 - CXXCOMPILER=clang++-3.6 -# - os: linux -# dist: xenial -# group: unstable -# sudo: required -# compiler: clang-3.8 -# addons: -# apt: -# sources: -# - ubuntu-toolchain-r-test -# - llvm-toolchain-xenial-3.8 -# packages: -# - clang-3.8 -# - ['automake', 'autoconf', 'autoconf-archive', 'libtool', 'shtool', 'libsqlite3-dev'] -# env: -# - CCOMPILER=clang-3.8 -# - CXXCOMPILER=clang++-3.8 + - os: linux + dist: trusty + group: unstable + sudo: required + compiler: clang-3.8 + addons: + apt: + sources: + - ubuntu-toolchain-r-test + - llvm-toolchain-trusty-3.8 + packages: + - clang-3.8 + - gcc-4.9 + - g++-4.9 + - ['automake', 'autoconf', 'autoconf-archive', 'libtool', 'shtool', 'libsqlite3-dev'] + env: + - CCOMPILER=clang-3.8 + - CXXCOMPILER=clang++-3.8 - os: osx compiler: clang