mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 22:41:12 +01:00
travis: clang 3.8 is fucked, disable for now
This commit is contained in:
parent
113f57f865
commit
561ca4dfc0
1 changed files with 16 additions and 16 deletions
32
.travis.yml
32
.travis.yml
|
@ -75,22 +75,22 @@ matrix:
|
||||||
- CCOMPILER=clang-3.6
|
- CCOMPILER=clang-3.6
|
||||||
- CXXCOMPILER=clang++-3.6
|
- CXXCOMPILER=clang++-3.6
|
||||||
|
|
||||||
- os: linux
|
# - os: linux
|
||||||
dist: xenial
|
# dist: xenial
|
||||||
group: unstable
|
# group: unstable
|
||||||
sudo: required
|
# sudo: required
|
||||||
compiler: clang-3.8
|
# compiler: clang-3.8
|
||||||
addons:
|
# addons:
|
||||||
apt:
|
# apt:
|
||||||
sources:
|
# sources:
|
||||||
- ubuntu-toolchain-r-test
|
# - ubuntu-toolchain-r-test
|
||||||
- llvm-toolchain-xenial-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']
|
||||||
env:
|
# env:
|
||||||
- CCOMPILER=clang-3.8
|
# - CCOMPILER=clang-3.8
|
||||||
- CXXCOMPILER=clang++-3.8
|
# - CXXCOMPILER=clang++-3.8
|
||||||
|
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
Loading…
Reference in a new issue