From 651ec8f5121e58a41faf635df662bc6f695c7e49 Mon Sep 17 00:00:00 2001 From: Ilya Lipnitskiy Date: Fri, 17 Jun 2016 00:23:46 -0700 Subject: [PATCH] .travis.yml: Remove clang check for now http://lists.llvm.org/pipermail/llvm-foundation/2016-May/000020.html travis-ci/travis-ci#6120 --- .travis.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.travis.yml b/.travis.yml index c7358a7..6c8e2bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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