From 254fd080ee6fb040a8d43082d5daecbf900da1af Mon Sep 17 00:00:00 2001 From: Milos Tomic Date: Fri, 8 Apr 2016 13:34:50 +0200 Subject: [PATCH] README.md badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7b0325a..f46302a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ Abstract value and enum objects +[![License](https://img.shields.io/packagist/l/tmilos/value.svg)](https://packagist.org/packages/tmilos/value) +[![Build Status](https://travis-ci.org/tmilos/value.svg?branch=master)](https://travis-ci.org/tmilos/value) +[![Coverage Status](https://coveralls.io/repos/github/tmilos/value/badge.svg?branch=master)](https://coveralls.io/github/tmilos/value?branch=master) +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/tmilos/value/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/tmilos/value/?branch=master) + ## Value objects ```php