force Travis to use clang-3.8

This commit is contained in:
inikep 2016-09-12 16:42:07 +02:00
parent c6f0ee934b
commit 437bbec116

View File

@ -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: