diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b1086d7..7f574c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,6 +41,14 @@ matrix: - realpath - libcmocka-dev - valgrind + - compiler: clang + env: + - TARGET=clang-analyzer + addons: + apt: + packages: + - realpath + - libcmocka-dev - compiler: gcc env: - TARGET=dist-srpm |