diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-02-20 12:30:36 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-02-20 12:30:36 +0100 |
commit | ca3f8c3f438cd9d6e7a1b3f3a7e5b50468c97300 (patch) | |
tree | 3166317079d1e0c0b0059c1416b780ffd74f909d | |
parent | 385340a4ef89e0feac915e2154b7e3d155f42b73 (diff) | |
download | monitoring-plugins-ca3f8c3f438cd9d6e7a1b3f3a7e5b50468c97300.tar.gz |
travis-ci: Adjust "branch_pattern"
Modify the "branch_pattern" for the Coverity add-on so that it also
matches "coverity/master" and "coverity/maint".
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 79f15c3e..0d1cad52 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.* |