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: compiler:
- gcc - gcc
- clang
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
@@ -35,4 +36,8 @@ env:
- TEST=gcrypt - TEST=gcrypt
- TEST=all - TEST=all
- TEST=all MONOLITHIC=yes - TEST=all MONOLITHIC=yes
- TEST=dist
matrix:
include:
- compiler: gcc
env: TEST=dist