Skip to content

Commit

Permalink
Added travis and scrutinizer badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Agaletskiy committed Nov 15, 2018
1 parent 16d854c commit f7cf5b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# ATOL PHP Client bundle
Bundle for https://github.com/lamoda/atol-client

[![Build Status](https://travis-ci.org/lamoda/atol-client-bundle.svg?branch=master)](https://travis-ci.org/lamoda/atol-client-bundle)
[![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)
[![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)
[![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)

## Installation

Usage is as simple as
Expand Down Expand Up @@ -28,7 +33,6 @@ Usage is as simple as
services:
guzzle:
class: \GuzzleHttp\Client

```
4. Configure Symfony to enable `validator` and `enable_annotations`:
```yaml
Expand Down

0 comments on commit f7cf5b5

Please sign in to comment.