Skip to content

Commit

Permalink
Merge pull request #10 from rhuffman/rhuffman/add-badges-to-readme
Browse files Browse the repository at this point in the history
Restored badges for latest build, latest version, and license.
  • Loading branch information
rhuffman authored Sep 28, 2017
2 parents 8eb8f67 + da8317d commit e281658
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
limitations under the License.
-->

[![Build Status](https://travis-ci.org/rhuffman/re-retrying.svg?branch=master)](https://travis-ci.org/rhuffman/re-retrying)
[![Latest Version](http://img.shields.io/badge/latest-2.0.0-brightgreen.svg)](https://github.com/rholder/guava-retrying/releases/tag/v2.0.0)
[![License](http://img.shields.io/badge/license-apache%202-brightgreen.svg)](https://github.com/rhuffman/re-retrying/blob/master/LICENSE)

## What is this?
The re-retrying module provides a general purpose method for retrying arbitrary Java code with specific stop, retry, and exception handling capabilities that are enhanced by Guava's predicate matching.

Expand Down

0 comments on commit e281658

Please sign in to comment.