0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-18 09:58:22 +02: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
- os: linux
dist: trusty
dist: xenial
group: unstable
sudo: required
compiler: clang-3.8
@ -84,7 +84,7 @@ matrix:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.8
- llvm-toolchain-xenial-3.8
packages:
- clang-3.8
- ['automake', 'autoconf', 'autoconf-archive', 'libtool', 'shtool', 'libsqlite3-dev']