summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorChocobo1 <Chocobo1@users.noreply.github.com>2016-01-05 14:13:34 +0800
committerChocobo1 <Chocobo1@users.noreply.github.com>2016-01-05 14:14:29 +0800
commit307c71b66a645dd066aee71e96da0c4ed15cb78d (patch)
treec004ab0eab1eb76af35e8a2c26a2168c70eaebdc /.travis.yml
parentb41ae80399d6a99ddea5bfc789fd48aae21cab79 (diff)
TravisCI: enable build with clang
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 9090557..71f8080 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: