mirror of
https://github.com/facebook/zstd.git
synced 2024-11-25 16:26:45 +08:00
force Travis to use clang-3.8
This commit is contained in:
parent
c6f0ee934b
commit
437bbec116
@ -71,7 +71,8 @@ matrix:
|
||||
- os: linux
|
||||
dist: trusty
|
||||
sudo: required
|
||||
env: PLATFORM="Ubuntu 14.04" CMD="make asan32"
|
||||
# env: PLATFORM="Ubuntu 14.04" CMD="make asan32"
|
||||
env: PLATFORM="Ubuntu 14.04" CMD='make -C tests test32 CC=clang-3.8 MOREFLAGS="-g -fsanitize=address"'
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
|
Loading…
Reference in New Issue
Block a user