Skip to content

Commit f7cf5b5

Browse files
author
Pavel Agaletskiy
committed
Added travis and scrutinizer badges
1 parent 16d854c commit f7cf5b5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# ATOL PHP Client bundle
22
Bundle for https://github.com/lamoda/atol-client
33

4+
[![Build Status](https://travis-ci.org/lamoda/atol-client-bundle.svg?branch=master)](https://travis-ci.org/lamoda/atol-client-bundle)
5+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/lamoda/atol-client-bundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/lamoda/atol-client-bundle/?branch=master)
6+
[![Code Coverage](https://scrutinizer-ci.com/g/lamoda/atol-client-bundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/lamoda/atol-client-bundle/?branch=master)
7+
[![Build Status](https://scrutinizer-ci.com/g/lamoda/atol-client-bundle/badges/build.png?b=master)](https://scrutinizer-ci.com/g/lamoda/atol-client-bundle/build-status/master)
8+
49
## Installation
510

611
Usage is as simple as
@@ -28,7 +33,6 @@ Usage is as simple as
2833
services:
2934
guzzle:
3035
class: \GuzzleHttp\Client
31-
3236
```
3337
4. Configure Symfony to enable `validator` and `enable_annotations`:
3438
```yaml

0 commit comments

Comments
 (0)