Skip to content

Commit 852e3e0

Browse files
committed
doc: ci and coverage badges
1 parent 78236ac commit 852e3e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# php-value
22

3+
[![Build Status](https://travis-ci.org/mle86/php-value.svg?branch=master)](https://travis-ci.org/mle86/php-value)
4+
[![Coverage Status](https://coveralls.io/repos/github/mle86/php-value/badge.svg?branch=master)](https://coveralls.io/github/mle86/php-value?branch=master)
5+
36
This PHP library provides a simple base class for Immutable Value Objects.
47
Those are objects which wrap exactly one value,
58
cannot be changed in any way,

0 commit comments

Comments
 (0)