Skip to content

Commit 996d2cb

Browse files
committed
travis badge
1 parent 6ce4b34 commit 996d2cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This is a simple library that facilitates the merging of two or more PHP `stdClass` object properties
44

5+
[![Build Status](https://travis-ci.com/dcarbone/php-object-merge.svg?branch=master)](https://travis-ci.com/dcarbone/php-object-merge)
6+
57
## Non-Recursive
68
The fastest approach to merging two objects will simply apply the fields present in the list of `...$others`
79
to the root object.

0 commit comments

Comments
 (0)