summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 0d1cad5..83cf1ca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,10 +14,6 @@ before_script:
14script: 14script:
15 - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then make; fi 15 - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then make; fi
16 16
17compiler:
18 - clang
19 - gcc
20
21notifications: 17notifications:
22 irc: 18 irc:
23 channels: 19 channels:
@@ -28,12 +24,6 @@ notifications:
28 email: 24 email:
29 - team@monitoring-plugins.org 25 - team@monitoring-plugins.org
30 26
31# Don't use Clang for Coverity Scan.
32matrix:
33 exclude:
34 - compiler: clang
35 env: COVERITY_SCAN_BRANCH=1
36
37env: 27env:
38 global: 28 global:
39 # This is the encrypted COVERITY_SCAN_TOKEN, created via the "travis 29 # This is the encrypted COVERITY_SCAN_TOKEN, created via the "travis