From: Ruben Kerkhof Date: Tue, 4 Aug 2015 08:20:50 +0000 (+0200) Subject: Travis: test with both gcc and clang X-Git-Tag: collectd-5.6.0~619^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bbf1c02549c2f0cea7091f35100a2b3dd4624685;p=collectd.git Travis: test with both gcc and clang Travis does this in parallel so the build doesn't become twice as long. --- diff --git a/.travis.yml b/.travis.yml index a205373f..0fd9d87c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ sudo: false +compiler: + - gcc + - clang language: c script: sh build.sh && ./configure && make distcheck