changeset 1242:53111b3413dc

TravisCI: enable build with clang
author Chocobo1 <Chocobo1@users.noreply.github.com>
date Tue, 05 Jan 2016 14:13:34 +0800
parents 32270319e09c
children 2e3d083483de
files .travis.yml
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Tue Jan 05 14:12:38 2016 +0800
+++ b/.travis.yml	Tue Jan 05 14:13:34 2016 +0800
@@ -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: