summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-02-20 11:49:29 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-02-20 11:49:29 (GMT)
commitf8be073e9a85df499583193aca448eead46b1d24 (patch)
treede36580a544e2b4ea33547e311a3be72358f9d8b
parentca3f8c3f438cd9d6e7a1b3f3a7e5b50468c97300 (diff)
downloadmonitoring-plugins-f8be073e9a85df499583193aca448eead46b1d24.tar.gz
travis-ci: Don't use Clang
Currently, there doesn't seem to be a way to configure Travis CI to omit the Clang build on the coverity/* branches. See: https://github.com/travis-ci/travis-ci/issues/1975
-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