.travis.yml: Remove clang check for now

http://lists.llvm.org/pipermail/llvm-foundation/2016-May/000020.html

travis-ci/travis-ci#6120
This commit is contained in:
Ilya Lipnitskiy 2016-06-17 00:23:46 -07:00
parent c22b2a106b
commit 651ec8f512

View File

@ -8,21 +8,6 @@ dist: trusty
matrix:
include:
# Test clang-3.6
# TODO: clang 3.7+ packages from http://llvm.org/apt do not support sanitizers yet, see https://llvm.org/bugs/show_bug.cgi?id=22757
- env: CLANG_VERSION=3.6
os: linux
addons:
apt:
packages:
- valgrind
- util-linux
- clang-3.6
- libclang-common-3.6-dev
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.6
# Test default gcc
- env: GCC_VERSION=4.8
os: linux