From 551ed1ea256f2cb32737e963f639fb40b702ba77 Mon Sep 17 00:00:00 2001 From: Johannes Pichler Date: Wed, 30 Nov 2016 07:55:34 +0100 Subject: [PATCH] Update README.md add Travis CI and Codecov badges --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c135f7c..e86b231 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # State package for Laravel +[![Build Status](https://travis-ci.org/fetzi/state.svg?branch=master)](https://travis-ci.org/fetzi/state) +[![codecov](https://codecov.io/gh/fetzi/state/branch/master/graph/badge.svg)](https://codecov.io/gh/fetzi/state) This laravel package allows to store a certain application state in either the session or inside a cache. @@ -50,4 +52,4 @@ php artisan vendor:publish ## License -The MIT License (MIT). Please see [LICENSE.md](LICENSE.md) for more information. \ No newline at end of file +The MIT License (MIT). Please see [LICENSE.md](LICENSE.md) for more information.