[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Nov 18 23:26:06 PST 2015


 .travis.yml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9b087dec7753ad96d256ce1b9ae347bd8d697c75
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Nov 18 23:23:35 2015 -0800

    [travis] Only coverity-scan the coverity_scan branch
    
    This essentially disables coverity-scan right now, until we find
    a pattern to continuously submit branches there.
    
    For background reasoning, see:
    Fixes https://github.com/behdad/harfbuzz/issues/171

diff --git a/.travis.yml b/.travis.yml
index 13cae63..1ea5e5d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,4 +44,4 @@ addons:
     notification_email: coverity at behdad.org
     build_command_prepend: "./configure; make clean"
     build_command:   "make -j 4"
-    branch_pattern: master
+    branch_pattern: coverity_scan


More information about the HarfBuzz mailing list