[monitoring-plugins] travis-ci: Don't use Clang

Holger Weiss git at monitoring-plugins.org
Thu Feb 20 13:00:07 CET 2014


 Module: monitoring-plugins
 Branch: master
 Commit: f8be073e9a85df499583193aca448eead46b1d24
 Author: Holger Weiss <holger at zedat.fu-berlin.de>
   Date: Thu Feb 20 12:49:29 2014 +0100
    URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=f8be073

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

---

 .travis.yml | 10 ----------
 1 file changed, 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:
 script:
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then make; fi
 
-compiler:
-  - clang
-  - gcc
-
 notifications:
   irc:
     channels:
@@ -28,12 +24,6 @@ notifications:
   email:
     - team at monitoring-plugins.org
 
-# Don't use Clang for Coverity Scan.
-matrix:
-  exclude:
-    - compiler: clang
-      env: COVERITY_SCAN_BRANCH=1
-
 env:
   global:
     # This is the encrypted COVERITY_SCAN_TOKEN, created via the "travis



More information about the Commits mailing list