]> git.ozlabs.org Git - ccan/commitdiff
.travis.yml: Add clang builds to Travis
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 26 Jan 2016 11:27:28 +0000 (22:27 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 26 Jan 2016 11:27:28 +0000 (22:27 +1100)
Still not exactly a great coverage of different C compilers, but clearly
better than *just* gcc.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
.travis.yml

index 2a14587018149af3dd5dbb37eaed5de1002f9a28..6574acb526ac0dafc3d4ad8ceaf254d1939f6db0 100644 (file)
@@ -1,6 +1,10 @@
 language: c
 sudo: false
 
 language: c
 sudo: false
 
+compiler:
+  - gcc
+  - clang
+
 addons:
     apt:
         packages:
 addons:
     apt:
         packages: