aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2015-02-19 19:27:15 +0100
committerAndreas Fischer <bantu@phpbb.com>2015-02-19 19:27:15 +0100
commit19f8e255153364c447eb750d4bc9522f7d8e1343 (patch)
tree3f4e73915ed65de488a5cc69ded1fc90cbef7d01
parenta43c1a46c34230c5a979eb22b5822104f2a0f04c (diff)
parente4b44281737728c3af75fc6d1af13721cfe7d8be (diff)
downloadforums-19f8e255153364c447eb750d4bc9522f7d8e1343.tar
forums-19f8e255153364c447eb750d4bc9522f7d8e1343.tar.gz
forums-19f8e255153364c447eb750d4bc9522f7d8e1343.tar.bz2
forums-19f8e255153364c447eb750d4bc9522f7d8e1343.tar.xz
forums-19f8e255153364c447eb750d4bc9522f7d8e1343.zip
Merge branch '3.1.x'
* 3.1.x: [ticket/13634] Update links to travis build icons [ticket/13634] Update branch names on README
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e6fb17f95f..1770a0b7c8 100644
--- a/README.md
+++ b/README.md
@@ -27,9 +27,9 @@ To be able to run an installation from the repo (and not from a pre-built packag
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/phpbb.png?branch=develop)](http://travis-ci.org/phpbb/phpbb)
-* develop-ascraeus [![Build Status](https://secure.travis-ci.org/phpbb/phpbb.png?branch=develop-ascraeus)](http://travis-ci.org/phpbb/phpbb)
-* develop-olympus [![Build Status](https://secure.travis-ci.org/phpbb/phpbb.png?branch=develop-olympus)](http://travis-ci.org/phpbb/phpbb)
+* [![Build Status](https://secure.travis-ci.org/phpbb/phpbb.png?branch=master)](http://travis-ci.org/phpbb/phpbb) **master** - Latest development version
+* [![Build Status](https://secure.travis-ci.org/phpbb/phpbb.png?branch=3.1.x)](http://travis-ci.org/phpbb/phpbb) **3.1.x** - Development of version 3.1.x
+* [![Build Status](https://secure.travis-ci.org/phpbb/phpbb.png?branch=3.0.x)](http://travis-ci.org/phpbb/phpbb) **3.0.x** - Development of version 3.0.x
## LICENSE