From c491be3a318ba8911620d428f0f1ff3041dd8ea2 Mon Sep 17 00:00:00 2001 From: spf13 Date: Tue, 24 Sep 2013 17:08:47 -0400 Subject: [PATCH] Adding Travis status image to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8b0cd47b..b273a77a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A Commander for modern go CLI interactions +[![Build Status](https://travis-ci.org/spf13/cobra.png)](https://travis-ci.org/spf13/cobra) + ## Overview Cobra provides a simple interface to create powerful modern CLI interfaces similar to git & go tools.