diff options
-rw-r--r-- | web/input/development.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/input/development.md b/web/input/development.md index d6168da..dce0ca8 100644 --- a/web/input/development.md +++ b/web/input/development.md | |||
@@ -30,6 +30,9 @@ We have integrated [continuous integration tests][ci-tests] into our | |||
30 | development workflow. This should ensure that we are aware of trivial build | 30 | development workflow. This should ensure that we are aware of trivial build |
31 | problems. This service is kindly hosted by [Travis CI][travis-start]. | 31 | problems. This service is kindly hosted by [Travis CI][travis-start]. |
32 | 32 | ||
33 | Travis-CI build status (master branch): <a href="https://travis-ci.org/monitoring-plugins/monitoring-plugins" alt="Build Status"><img style="vertical-align:sub;" src="https://api.travis-ci.org/monitoring-plugins/monitoring-plugins.png?branch=master"></a><br /> | ||
34 | Travis-CI build status (maint branch): <a href="https://travis-ci.org/monitoring-plugins/monitoring-plugins" alt="Build Status"><img style="vertical-align:sub;" src="https://api.travis-ci.org/monitoring-plugins/monitoring-plugins.png?branch=maint"></a><br /> | ||
35 | |||
33 | ### Bundled Test Suite | 36 | ### Bundled Test Suite |
34 | 37 | ||
35 | The Monitoring Plugins bundle comes with an extensive test suite. Some of the | 38 | The Monitoring Plugins bundle comes with an extensive test suite. Some of the |