Adding Travis status image to readme

This commit is contained in:
spf13 2013-09-24 17:08:47 -04:00
parent 0556e5fbf9
commit c491be3a31

View file

@ -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.