mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 16:04:15 +01:00
travis: test clang++ 3.8 on a newer distribution to avoid broken libstdc++ headers
This commit is contained in:
parent
8bb208aaa2
commit
113f57f865
1 changed files with 2 additions and 2 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue