aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-03-21 23:30:56 +0000
committerMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-03-22 09:08:43 +0000
commit4325bbf4c601332614f456df969983d85829e931 (patch)
tree64b0c5d6bf13fd76a787ac8b5dc888b40c8d5686 /README.md
parent9120c7691e28ca298eb83ebbe12a82c2723cfeee (diff)
downloadforums-4325bbf4c601332614f456df969983d85829e931.tar
forums-4325bbf4c601332614f456df969983d85829e931.tar.gz
forums-4325bbf4c601332614f456df969983d85829e931.tar.bz2
forums-4325bbf4c601332614f456df969983d85829e931.tar.xz
forums-4325bbf4c601332614f456df969983d85829e931.zip
[task/travis] Add automated testing to readme
PHPBB3-10718
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6b94f898a3..f7dfc4926e 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,12 @@ Find support and lots more on [phpBB.com](http://www.phpbb.com)! Discuss the dev
3. [Read our Git Contribution Guidelines](http://wiki.phpbb.com/Git); if you're new to git, also read [the introduction guide](http://wiki.phpbb.com/display/DEV/Working+with+Git)
4. Send us a pull request
+## AUTOMATED TESTING
+
+We have unit and functional tests in order to prevent regressions. You can view the bamboo continuous integration [here](http://bamboo.phpbb.com) or check our travis build below.
+Develop - [![Build Status](https://secure.travis-ci.org/phpbb/phpbb3.png?branch=develop)](http://travis-ci.org/phpbb/phpbb3)
+Develop-Olympus - [![Build Status](https://secure.travis-ci.org/phpbb/phpbb3.png?branch=develop-olympus)](http://travis-ci.org/phpbb/phpbb3)
+
## LICENSE
[GNU General Public License v2](http://opensource.org/licenses/gpl-2.0.php)