Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add Travis CI and Codecov badges
  • Loading branch information
fetzi authored Nov 30, 2016
1 parent 6da8a68 commit 551ed1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -50,4 +52,4 @@ php artisan vendor:publish

## License

The MIT License (MIT). Please see [LICENSE.md](LICENSE.md) for more information.
The MIT License (MIT). Please see [LICENSE.md](LICENSE.md) for more information.

0 comments on commit 551ed1e

Please sign in to comment.