From c9c2f19d16848328a258a9a8399f14edd08804da Mon Sep 17 00:00:00 2001 From: Jaspaul Bola Date: Mon, 13 Mar 2017 22:33:35 -0400 Subject: [PATCH] Add badges to the readme.md file --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 6fb3b6a..79f2c4b 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,10 @@ # Eloquent Model Validation +[![Build +Status](https://travis-ci.org/Jaspaul/eloquent-model-validation.svg?branch=master)](https://travis-ci.org/Jaspaul/eloquent-model-validation) +| [![Coverage +Status](https://coveralls.io/repos/github/Jaspaul/eloquent-model-validation/badge.svg?branch=master)](https://coveralls.io/github/Jaspaul/eloquent-model-validation?branch=master) + This package is an experiment in introducing the concept of [active record validations](http://guides.rubyonrails.org/active_record_validations.html) to Laravel. ## Install