From 9b087dec7753ad96d256ce1b9ae347bd8d697c75 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 18 Nov 2015 23:23:35 -0800 Subject: [PATCH] [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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 13cae6373..1ea5e5d6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,4 +44,4 @@ addons: notification_email: coverity@behdad.org build_command_prepend: "./configure; make clean" build_command: "make -j 4" - branch_pattern: master + branch_pattern: coverity_scan