From 05b433e331539b1a95d1318e5bad268778911c9a Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sun, 16 Feb 2014 12:04:38 +0100 Subject: Add travis-ci tests diff --git a/web/input/development.md b/web/input/development.md index 0d6c81f..0f106c6 100644 --- a/web/input/development.md +++ b/web/input/development.md @@ -22,7 +22,15 @@ Contributions are always welcome! If you'd like to provide patches, please case you're not familiar with Git, you might want to look into our [short introduction][git-intro] or [some other Git documentation][git-ref], first. -## Test Suite +## Tests + +### Integration Tests + +We have integrated [continuous integration tests][ci-tests] into our +development workflow. This ensures that we are aware of trivial build +problems. This service is kindly hosted by [Travis CI][travis-start]. + +### Bundled Test Suite The Monitoring Plugins bundle comes with an extensive test suite. Some of the tests require [libtap][libtap], a copy of which is shipped with the Monitoring @@ -48,6 +56,8 @@ platforms, the results can be [viewed online][tests]. [git-ref]: doc/faq/git.html#references "Git References" [libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "LibTap Homepage" [dev-faq]: doc/faq/#development "Development FAQs" +[ci-tests]: https://travis-ci.org/monitoring-plugins/monitoring-plugins "continuous integration tests" +[travis-start]: continuous integration "Travis CI" [tests]: tests.html "Test Results" -- cgit v0.10-9-g596f