From: David Gibson Date: Tue, 26 Jan 2016 11:27:28 +0000 (+1100) Subject: .travis.yml: Add clang builds to Travis X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=253b174c39e4ba75694f6bdd8c271049383e864d;p=ccan .travis.yml: Add clang builds to Travis Still not exactly a great coverage of different C compilers, but clearly better than *just* gcc. Signed-off-by: David Gibson --- diff --git a/.travis.yml b/.travis.yml index 2a145870..6574acb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ language: c sudo: false +compiler: + - gcc + - clang + addons: apt: packages: