TravisCI: enable build with clang

This commit is contained in:
Chocobo1 2016-01-05 14:13:34 +08:00
parent b41ae80399
commit 307c71b66a

View File

@ -1,14 +1,15 @@
language: c
compiler:
- gcc
env:
- BUNDLEDLIBTOM=--disable-bundled-libtom WEXTRAFLAGS=-Werror
- BUNDLEDLIBTOM=--enable-bundled-libtom
- MULTI=1
- NOWRITEV=1
compiler:
- gcc
- clang
# container-based builds
sudo: false
addons: