diff options
author | Matt Friedman <maf675@gmail.com> | 2019-12-03 22:21:11 -0800 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2019-12-03 22:21:11 -0800 |
commit | 1056cd9ca20780083f0480695348fea4cf797bbb (patch) | |
tree | 00c66fbc6dbeac1fb193b70a3b9ed44904718084 | |
parent | f6beabc59354a7b872039403574f8ceb44b6d325 (diff) | |
download | forums-1056cd9ca20780083f0480695348fea4cf797bbb.tar forums-1056cd9ca20780083f0480695348fea4cf797bbb.tar.gz forums-1056cd9ca20780083f0480695348fea4cf797bbb.tar.bz2 forums-1056cd9ca20780083f0480695348fea4cf797bbb.tar.xz forums-1056cd9ca20780083f0480695348fea4cf797bbb.zip |
[ticket/16246] Update automated testing section of Readme
PHPBB3-16246
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -31,9 +31,11 @@ Read our [Vagrant documentation](phpBB/docs/vagrant.md) to find out how to use V We have unit and functional tests in order to prevent regressions. You can view the bamboo continuous integration [here](https://bamboo.phpbb.com) or check our travis builds below: -* [![Build Status](https://travis-ci.org/phpbb/phpbb.svg?branch=master)](http://travis-ci.org/phpbb/phpbb)[![Build status](https://ci.appveyor.com/api/projects/status/8g98ybngd2f3axy1/branch/master?svg=true)](https://ci.appveyor.com/project/phpBB/phpbb/branch/master) **master** - Latest development version -* [![Build Status](https://travis-ci.org/phpbb/phpbb.svg?branch=3.2.x)](http://travis-ci.org/phpbb/phpbb)[![Build status](https://ci.appveyor.com/api/projects/status/8g98ybngd2f3axy1/branch/3.2.x?svg=true)](https://ci.appveyor.com/project/phpBB/phpbb/branch/3.2.x) **3.2.x** - Development of version 3.2.x -* [![Build Status](https://travis-ci.org/phpbb/phpbb.svg?branch=3.1.x)](http://travis-ci.org/phpbb/phpbb) **3.1.x** - Development of version 3.1.x +Travis CI | AppVeyor | Branch | Description +---------- | -------- | ------- | ----------- +[![Build Status](https://travis-ci.org/phpbb/phpbb.svg?branch=master)](http://travis-ci.org/phpbb/phpbb) | [![Build status](https://ci.appveyor.com/api/projects/status/8g98ybngd2f3axy1/branch/master?svg=true)](https://ci.appveyor.com/project/phpBB/phpbb/branch/master) | **master** | Latest development version +[![Build Status](https://travis-ci.org/phpbb/phpbb.svg?branch=3.3.x)](http://travis-ci.org/phpbb/phpbb) | [![Build status](https://ci.appveyor.com/api/projects/status/8g98ybngd2f3axy1/branch/3.3.x?svg=true)](https://ci.appveyor.com/project/phpBB/phpbb/branch/3.3.x) | **3.3.x** | Development of version 3.3.x +[![Build Status](https://travis-ci.org/phpbb/phpbb.svg?branch=3.2.x)](http://travis-ci.org/phpbb/phpbb) | [![Build status](https://ci.appveyor.com/api/projects/status/8g98ybngd2f3axy1/branch/3.2.x?svg=true)](https://ci.appveyor.com/project/phpBB/phpbb/branch/3.2.x) | **3.2.x** | Development of version 3.2.x ## LICENSE |