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:
parent
8bb208aaa2
commit
113f57f865
1 changed files with 2 additions and 2 deletions
|
@ -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']
|
||||||
|
|
Loading…
Reference in a new issue