Skip to content

Commit

Permalink
fix: show the build status in the first line
Browse files Browse the repository at this point in the history
  • Loading branch information
Avinash-Bhat committed Feb 19, 2016
1 parent 559176b commit ba5fdae
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
JKeyLockManager
===============

master: [![Build
Status](https://travis-ci.org/mojgh/JKeyLockManager.svg?branch=master)](https://travis-ci.org/mojgh/JKeyLockManager)
v1.1: [![Build Status](https://travis-ci.org/mojgh/JKeyLockManager.svg?branch=1.1)](https://travis-ci.org/mojgh/JKeyLockManager)

JKeyLockManager provides fine-grained locking with application specific keys.

JKeyLockManager (KLM) provides fine-grained locking with application specific keys. All resource and exception handling for the active set of keys is encapsulated in the manager. Thereby it is easier to follow the recommendation of Robert C. Martin: **"Keep your concurrency-related code separate from other code."**
Expand Down Expand Up @@ -89,13 +93,3 @@ Execution exceptions inside of callbacks are no longer wrapped. Callbacks now ha
#### Version 1.0.1

Transition to maven central

## Build Status

Master

[![Build Status](https://travis-ci.org/mojgh/JKeyLockManager.svg?branch=master)](https://travis-ci.org/mojgh/JKeyLockManager)

1.1 Branch

[![Build Status](https://travis-ci.org/mojgh/JKeyLockManager.svg?branch=1.1)](https://travis-ci.org/mojgh/JKeyLockManager)

0 comments on commit ba5fdae

Please sign in to comment.