mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2025-01-14 17:30:07 +08:00
.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:
parent
c22b2a106b
commit
651ec8f512
15
.travis.yml
15
.travis.yml
@ -8,21 +8,6 @@ dist: trusty
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
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
|
# Test default gcc
|
||||||
- env: GCC_VERSION=4.8
|
- env: GCC_VERSION=4.8
|
||||||
os: linux
|
os: linux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user