0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-27 19:28:52 +02:00

travis: clang 3.8 is fucked, disable for now

This commit is contained in:
William Pitcock 2016-07-31 14:29:46 -05:00
parent 113f57f865
commit 561ca4dfc0

View file

@ -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