diff options
author | Jan Wagner <waja@cyconet.org> | 2016-11-21 15:43:52 +0100 |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2016-11-21 15:59:04 +0100 |
commit | f49ad0d576daf9fd8ec563e49a78f4234c6dd497 (patch) | |
tree | 4208a063a2898e230bd91f7fb83192ee86df99f8 | |
parent | 39fdd0fc49f87f542c1a75324ef1d335234b3bcb (diff) | |
download | monitoring-plugins-f49ad0d576daf9fd8ec563e49a78f4234c6dd497.tar.gz |
travis-ci: Adding clang to the matrix
See https://docs.travis-ci.com/user/multi-os/#Example-Multi-OS-Build-Matrix
for Multi OS matrix
-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 |