Skip to content

Commit 952b5ce

Browse files
authored
Add build per job to see status of each library
1 parent fd35a01 commit 952b5ce

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# HTTP Message
22

33
[![Latest Version](https://img.shields.io/github/release/php-http/psr7-integration-tests.svg?style=flat-square)](https://github.com/php-http/psr7-integration-tests/releases)
4-
[![Build Status](https://img.shields.io/travis/php-http/psr7-integration-tests/master.svg?style=flat-square)](https://travis-ci.org/php-http/psr7-integration-tests)
54
[![Total Downloads](https://img.shields.io/packagist/dt/php-http/psr7-integration-tests.svg?style=flat-square)](https://packagist.org/packages/php-http/psr7-integration-tests)
65

7-
**HTTP Message related tools.**
6+
**Test PSR7 implementations against the specification.**
87

8+
## Status
9+
10+
| PSR7 Implementation | Status |
11+
| ------------------- |:-------------:|
12+
| Guzzle | ![Guzzle](https://travis-matrix-badges.herokuapp.com/repos/php-http/psr7-integration-tests/branches/master/1) |
13+
| Zend | ![Zend](https://travis-matrix-badges.herokuapp.com/repos/php-http/psr7-integration-tests/branches/master/2) |
14+
| Slim | ![Slim](https://travis-matrix-badges.herokuapp.com/repos/php-http/psr7-integration-tests/branches/master/3) |
15+
| Nyholm | ![Nyholm](https://travis-matrix-badges.herokuapp.com/repos/php-http/psr7-integration-tests/branches/master/4) |
916

1017
## Install
1118

0 commit comments

Comments
 (0)