[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Nov 23 14:47:32 PST 2015


 .travis.yml |   11 -----------
 README      |    1 -
 2 files changed, 12 deletions(-)

New commits:
commit 5a24b1d25c59865e298bf105f54503e79587265c
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Nov 23 16:46:14 2015 -0600

    [travis] Remove coverity scan
    
    I never could get it to work, and it's a proprietary platform.

diff --git a/.travis.yml b/.travis.yml
index 1ea5e5d..a05254b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,9 +10,6 @@ env:
     - CFLAGS="-Werror --coverage"
     - CXXFLAGS="-Werror --coverage"
     - LDFLAGS="--coverage"
-    # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
-    #   via the "travis encrypt" command using the project repo's public key
-    - secure: "RoR4NtzEDTR8QKmLVuy2wN+YGXuq8VcgVvDuFJDdOdIbtX+kQStesJXDcf1y0G1T8Ripjn9JGXBd9eoUwNc8sJpxNwKZBkIPi42FuK6e/cZZRYlgUyi5df0fQJ8VSCDU7OoZJq3pAtTe8mQPeeuk5G7cKRSsJVt8e03K7PQcU6Y="
 install:
   - pip install --user nose
   - pip install --user cpp-coveralls # for coveralls.io code coverage tracking
@@ -37,11 +34,3 @@ addons:
       - libicu-dev # for extra unicode functions
       - libgraphite2-dev # for extra shapers
       - # libgirepository1.0-dev # for gobject-introspection
-  coverity_scan:
-    project:
-      name: "behdad/harfbuzz"
-      description: "Build submitted via Travis CI"
-    notification_email: coverity at behdad.org
-    build_command_prepend: "./configure; make clean"
-    build_command:   "make -j 4"
-    branch_pattern: coverity_scan
diff --git a/README b/README
index dea1068..d34bc74 100644
--- a/README
+++ b/README
@@ -1,6 +1,5 @@
 [![Build Status](https://travis-ci.org/behdad/harfbuzz.svg)](https://travis-ci.org/behdad/harfbuzz)
 [![Coverage Status](https://img.shields.io/coveralls/behdad/harfbuzz.svg)](https://coveralls.io/r/behdad/harfbuzz)
-[![Coverity Scan](https://img.shields.io/coverity/scan/5450.svg)](https://scan.coverity.com/projects/5450)
 
 This is HarfBuzz, a text shaping library.
 


More information about the HarfBuzz mailing list