From 1baa723138c8747ca1ea67fddba3f62911ac8b19 Mon Sep 17 00:00:00 2001 From: Kannan Manickam Date: Wed, 9 Apr 2014 00:07:52 -0700 Subject: [PATCH] Added badges to README. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8745155..dd2f1be 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # on_failure cookbook +[![Cookbook Version](http://img.shields.io/github/release/arangamani-cookbooks/on_failure.svg)][release] +[![Build Status](http://img.shields.io/travis/arangamani-cookbooks/on_failure.svg)][travis] + +[release]: http://github.com/arangamani-cookbooks/on_failure/releases +[travis]: http://travis-ci.org/arangamani-cookbooks/on_failure + This cookbook is a proof of concept for the proposed [on_failure Chef RFC]. This cookbook doesn't implement all -possible features proposed but it covers all the basic use cases for the feature. There are still [discussions] going +possible features proposed but it covers most use cases for the feature. There are still [discussions] going on in the proposal on how do certain things. This cookbook will help playing with the feature and proposing changes to the RFC.