0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-28 08:24:08 +01:00

travis: test clang++ 3.8 on a newer distribution to avoid broken libstdc++ headers

This commit is contained in:
William Pitcock 2016-07-31 14:22:35 -05:00
parent 8bb208aaa2
commit 113f57f865

View file

@ -76,7 +76,7 @@ matrix:
- CXXCOMPILER=clang++-3.6 - CXXCOMPILER=clang++-3.6
- os: linux - os: linux
dist: trusty dist: xenial
group: unstable group: unstable
sudo: required sudo: required
compiler: clang-3.8 compiler: clang-3.8
@ -84,7 +84,7 @@ matrix:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.8 - llvm-toolchain-xenial-3.8
packages: packages:
- clang-3.8 - clang-3.8
- ['automake', 'autoconf', 'autoconf-archive', 'libtool', 'shtool', 'libsqlite3-dev'] - ['automake', 'autoconf', 'autoconf-archive', 'libtool', 'shtool', 'libsqlite3-dev']