0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-09 13:38:55 +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
- CXXCOMPILER=clang++-3.6
- os: linux
dist: xenial
group: unstable
sudo: required
compiler: clang-3.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-xenial-3.8
packages:
- clang-3.8
- ['automake', 'autoconf', 'autoconf-archive', 'libtool', 'shtool', 'libsqlite3-dev']
env:
- CCOMPILER=clang-3.8
- CXXCOMPILER=clang++-3.8
# - os: linux
# dist: xenial
# group: unstable
# sudo: required
# compiler: clang-3.8
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# - llvm-toolchain-xenial-3.8
# packages:
# - clang-3.8
# - ['automake', 'autoconf', 'autoconf-archive', 'libtool', 'shtool', 'libsqlite3-dev']
# env:
# - CCOMPILER=clang-3.8
# - CXXCOMPILER=clang++-3.8
- os: osx
compiler: clang