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 language: c
compiler:
- gcc
env: env:
- BUNDLEDLIBTOM=--disable-bundled-libtom WEXTRAFLAGS=-Werror - BUNDLEDLIBTOM=--disable-bundled-libtom WEXTRAFLAGS=-Werror
- BUNDLEDLIBTOM=--enable-bundled-libtom - BUNDLEDLIBTOM=--enable-bundled-libtom
- MULTI=1 - MULTI=1
- NOWRITEV=1 - NOWRITEV=1
compiler:
- gcc
- clang
# container-based builds # container-based builds
sudo: false sudo: false
addons: addons: