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

New commits:
commit 9b087dec7753ad96d256ce1b9ae347bd8d697c75
Author: Behdad Esfahbod <beh...@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: cover...@behdad.org
     build_command_prepend: "./configure; make clean"
     build_command:   "make -j 4"
-    branch_pattern: master
+    branch_pattern: coverity_scan
_______________________________________________
HarfBuzz mailing list
HarfBuzz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to