diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-02-20 11:30:36 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-02-20 11:30:36 (GMT) |
commit | ca3f8c3f438cd9d6e7a1b3f3a7e5b50468c97300 (patch) | |
tree | 3166317079d1e0c0b0059c1416b780ffd74f909d /.travis.yml | |
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".
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 79f15c3..0d1cad5 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -48,4 +48,4 @@ addons: | |||
48 | notification_email: team@monitoring-plugins.org | 48 | notification_email: team@monitoring-plugins.org |
49 | build_command_prepend: tools/setup && ./configure | 49 | build_command_prepend: tools/setup && ./configure |
50 | build_command: make | 50 | build_command: make |
51 | branch_pattern: coverity | 51 | branch_pattern: coverity.* |