From ca3f8c3f438cd9d6e7a1b3f3a7e5b50468c97300 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Thu, 20 Feb 2014 12:30:36 +0100 Subject: travis-ci: Adjust "branch_pattern" Modify the "branch_pattern" for the Coverity add-on so that it also matches "coverity/master" and "coverity/maint". diff --git a/.travis.yml b/.travis.yml index 79f15c3..0d1cad5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,4 +48,4 @@ addons: notification_email: team@monitoring-plugins.org build_command_prepend: tools/setup && ./configure build_command: make - branch_pattern: coverity + branch_pattern: coverity.* -- cgit v0.10-9-g596f