Skip to content

Commit

Permalink
update badge to follow branch.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jun 7, 2013
1 parent c477926 commit e57ed21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Orchestra Platform Memory Component

Orchestra\Memory handles runtime configuration either using 'in memory' Runtime or database using Cache, Fluent Query Builder or Eloquent ORM. Instead of just allowing static configuration to be used, Orchestra\Memory allow those configuration to be persistent in between request by utilizing multiple data storage option either through cache or database.

[![Build Status](https://travis-ci.org/orchestral/memory.png?branch=2.0)](https://travis-ci.org/orchestral/memory) [![Coverage Status](https://coveralls.io/repos/orchestral/memory/badge.png?branch=2.0)](https://coveralls.io/r/orchestral/memory?branch=2.0)
[![Build Status](https://travis-ci.org/orchestral/memory.png?branch=master)](https://travis-ci.org/orchestral/memory) [![Coverage Status](https://coveralls.io/repos/orchestral/memory/badge.png?branch=master)](https://coveralls.io/r/orchestral/memory?branch=master)

## Quick Installation

Expand Down

0 comments on commit e57ed21

Please sign in to comment.