summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Wagner <waja@cyconet.org>2016-11-21 14:43:52 (GMT)
committerJan Wagner <waja@cyconet.org>2016-11-21 14:59:04 (GMT)
commitf49ad0d576daf9fd8ec563e49a78f4234c6dd497 (patch)
tree4208a063a2898e230bd91f7fb83192ee86df99f8
parent39fdd0fc49f87f542c1a75324ef1d335234b3bcb (diff)
downloadmonitoring-plugins-f49ad0d.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.yml5
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
27before_install: 32before_install:
28 # Trusty related fixed 33 # Trusty related fixed