diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3321165..62c12d9 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -23,6 +23,11 @@ matrix: | |||
23 | build_command_prepend: tools/setup && ./configure | 23 | build_command_prepend: tools/setup && ./configure |
24 | build_command: make | 24 | build_command: make |
25 | branch_pattern: coverity.* | 25 | branch_pattern: coverity.* |
26 | - compiler: "clang" | ||
27 | os: linux | ||
28 | env: | ||
29 | - PLATFORM=linux BITS=64 HOST=x86_64 | ||
30 | - CXX=clang++ | ||
26 | 31 | ||
27 | before_install: | 32 | before_install: |
28 | # Trusty related fixed | 33 | # Trusty related fixed |