travis: Enable clang build

But build the distribution only once.
This commit is contained in:
Tobias Brunner
2014-03-20 15:49:05 +01:00
parent 6ce5aee0b2
commit d62b663646
+6 -1
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