diff options
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 33211652..62c12d9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,11 @@ matrix: build_command_prepend: tools/setup && ./configure build_command: make branch_pattern: coverity.* + - compiler: "clang" + os: linux + env: + - PLATFORM=linux BITS=64 HOST=x86_64 + - CXX=clang++ before_install: # Trusty related fixed |