Skip to content

Commit cf086c6

Browse files
committed
Add travis badge
1 parent 7dc83f6 commit cf086c6

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
@@ -1,6 +1,8 @@
11
Laravel DB Normalizer
22
=====================
33

4+
[![Build Status](https://travis-ci.org/stidges/laravel-db-normalizer.png?branch=master)](https://travis-ci.org/stidges/laravel-db-normalizer)
5+
46
This [Laravel](http://www.laravel.com) package allows you to easily swap out your repository implementations, by providing a unified interface to your database layer results.
57

68
It intercepts your results and turns them into collections and entities. That way, whether you are using Eloquent, the Query Builder or any other implementation, the results will be the same!

0 commit comments

Comments
 (0)