diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-10-16 15:19:34 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-10-16 15:19:34 (GMT) |
commit | 06fc05140465e4753f572444fa0f1d9f544ad069 (patch) | |
tree | 9b56188f9734138a5f32097b2dea7a8b8912488c | |
parent | 46b633efbebbee8f424785017e987b27d54ce4ae (diff) | |
download | site-06fc05140465e4753f572444fa0f1d9f544ad069.tar.gz |
Remove Travis-CI-Badge for "maint" branch
-rw-r--r-- | web/input/development.md | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/web/input/development.md b/web/input/development.md index 4b654fb..bd8f330 100644 --- a/web/input/development.md +++ b/web/input/development.md | |||
@@ -30,9 +30,8 @@ Our development workflow includes [continuous integration | |||
30 | tests][travis-project] hosted by [Travis CI][travis] and [static code | 30 | tests][travis-project] hosted by [Travis CI][travis] and [static code |
31 | analysis][coverity-project] performed by [Coverity Scan][coverity]. | 31 | analysis][coverity-project] performed by [Coverity Scan][coverity]. |
32 | 32 | ||
33 | * Travis CI build status ([master branch][master-branch]): ![Build Status master][master-img]{: .travis } | 33 | * Travis CI build status: ![Build Status master][master-img]{: .travis } |
34 | * Travis CI build status ([maint branch][maint-branch]): ![Build Status maint][maint-img]{: .travis } | 34 | * Coverity metric: ![Coverity Metric][coverity-img]{: .travis } |
35 | * Coverity metric ([coverity branch][coverity-branch]): ![Coverity Metric][coverity-img]{: .travis } | ||
36 | 35 | ||
37 | ### Bundled Test Suite | 36 | ### Bundled Test Suite |
38 | 37 | ||
@@ -58,11 +57,7 @@ platforms, the results can be [viewed online][tests]. | |||
58 | [pull]: https://help.github.com/articles/using-pull-requests "Pull Request Documentation" | 57 | [pull]: https://help.github.com/articles/using-pull-requests "Pull Request Documentation" |
59 | [git-intro]: doc/faq/git.html "Quick Git Introduction" | 58 | [git-intro]: doc/faq/git.html "Quick Git Introduction" |
60 | [git-ref]: doc/faq/git.html#references "Git References" | 59 | [git-ref]: doc/faq/git.html#references "Git References" |
61 | [master-branch]: https://github.com/monitoring-plugins/monitoring-plugins/tree/master "Branch master" | ||
62 | [maint-branch]: https://github.com/monitoring-plugins/monitoring-plugins/tree/maint "Branch maint" | ||
63 | [coverity-branch]: https://github.com/monitoring-plugins/monitoring-plugins/tree/coverity/master "Branch coverity/master" | ||
64 | [master-img]: https://api.travis-ci.org/monitoring-plugins/monitoring-plugins.png?branch=master "Build Status master" | 60 | [master-img]: https://api.travis-ci.org/monitoring-plugins/monitoring-plugins.png?branch=master "Build Status master" |
65 | [maint-img]: https://api.travis-ci.org/monitoring-plugins/monitoring-plugins.png?branch=maint "Build Status maint" | ||
66 | [coverity-img]: https://scan.coverity.com/projects/1435/badge.svg?flat=1 "Coverity Metric" | 61 | [coverity-img]: https://scan.coverity.com/projects/1435/badge.svg?flat=1 "Coverity Metric" |
67 | [libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "LibTap Homepage" | 62 | [libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "LibTap Homepage" |
68 | [dev-faq]: doc/faq/#development "Development FAQs" | 63 | [dev-faq]: doc/faq/#development "Development FAQs" |