travis: Enable clang build

But build the distribution only once.
This commit is contained in:
Tobias Brunner 2014-03-01 08:40:22 +01:00
parent 6ce5aee0b2
commit d62b663646
1 changed files with 6 additions and 1 deletions

View File

@ -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