Skip to content

Commit

Permalink
Add Scrutinizer CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
tacone committed Nov 2, 2015
1 parent 0cfad09 commit 9cf4423
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -2,6 +2,7 @@

[![Build Status](https://travis-ci.org/tacone/datasource.svg?branch=master)](https://travis-ci.org/tacone/datasource)
[![Coverage Status](https://coveralls.io/repos/tacone/datasource/badge.svg?branch=master&service=github)](https://coveralls.io/github/tacone/datasource?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/tacone/datasource/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/tacone/datasource/?branch=master)

A generic, wrapper object to easily access arrays, plain objects, laravel models
using the dotted syntax.
Expand Down Expand Up @@ -32,4 +33,4 @@ To test this package you need to install it under a working Laravel
installation. Then `cd` in the package folder and run `php unit`.

If you just want to develop this package and want to set up an ad hoc
installation of Laravel, you can use `script/test-with-laravel.php`.
installation of Laravel, you can use `script/test-with-laravel.php`.

0 comments on commit 9cf4423

Please sign in to comment.