From: Tobias Brunner Date: Sat, 1 Mar 2014 07:40:22 +0000 (+0100) Subject: travis: Enable clang build X-Git-Tag: 5.1.3dr1~5^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d62b66364684042cc9c5edc4d97101bdd597c00b;p=thirdparty%2Fstrongswan.git travis: Enable clang build But build the distribution only once. --- diff --git a/.travis.yml b/.travis.yml index c5812b5247..8209ca9f1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: c compiler: - gcc + - clang before_install: - sudo apt-get update -qq @@ -35,4 +36,8 @@ env: - TEST=gcrypt - TEST=all - TEST=all MONOLITHIC=yes - - TEST=dist + +matrix: + include: + - compiler: gcc + env: TEST=dist