Skip to content

Commit fddb78c

Browse files
Update
1 parent c3c1046 commit fddb78c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks.
44

55
[![Latest Stable Version](https://poser.pugx.org/phpunit/phpunit/v/stable.png)](https://packagist.org/packages/phpunit/phpunit)
6-
[![Build Status](https://travis-ci.org/sebastianbergmann/phpunit.png?branch=master)](https://travis-ci.org/sebastianbergmann/phpunit)
7-
[![Dependency Status](https://www.versioneye.com/php/phpunit:phpunit/dev-master/badge.png)](https://www.versioneye.com/php/phpunit:phpunit/dev-master)
6+
[![Build Status](https://travis-ci.org/sebastianbergmann/phpunit.svg?branch=4.5)](https://travis-ci.org/sebastianbergmann/phpunit)
7+
[![Dependency Status](https://www.versioneye.com/php/phpunit:phpunit/4.5/badge.png)](https://www.versioneye.com/php/phpunit:phpunit/dev-master)
88
[![Reference Status](https://www.versioneye.com/php/phpunit:phpunit/reference_badge.svg)](https://www.versioneye.com/php/phpunit:phpunit/references)
99

1010
## Installation
@@ -26,8 +26,6 @@ Alternatively, you may use [Composer](http://getcomposer.org/) to download and i
2626

2727
Please refer to [CONTRIBUTING.md](https://github.com/sebastianbergmann/phpunit/blob/master/CONTRIBUTING.md) for information on how to contribute to PHPUnit and its related projects.
2828

29-
The development of PHPUnit is discussed on the [[email protected]](mailto:[email protected]) mailing list as well as on the [#phpunit channel on the Freenode IRC network](irc://irc.freenode.net/phpunit).
30-
3129
## List of Contributors
3230

3331
Thanks to everyone who has contributed to PHPUnit! You can find a detailed list of contributors on every PHPUnit related package on GitHub. This list shows only the major components:

0 commit comments

Comments
 (0)