diff options
author | Chocobo1 <Chocobo1@users.noreply.github.com> | 2016-01-05 14:13:34 +0800 |
---|---|---|
committer | Chocobo1 <Chocobo1@users.noreply.github.com> | 2016-01-05 14:14:29 +0800 |
commit | 307c71b66a645dd066aee71e96da0c4ed15cb78d (patch) | |
tree | c004ab0eab1eb76af35e8a2c26a2168c70eaebdc /.travis.yml | |
parent | b41ae80399d6a99ddea5bfc789fd48aae21cab79 (diff) |
TravisCI: enable build with clang
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
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: |