Skip to content

Commit 0a151a8

Browse files
committed
Added travis status to README
1 parent 4b2a86d commit 0a151a8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Columnize
33

44
Easy column-formatted output for golang
55

6+
[![Build Status](https://travis-ci.org/ryanuber/columnize.png)](https://travis-ci.org/ryanuber/columnize)
7+
68
Columnize is a really small Go package that makes building CLI's a little bit
79
easier. In some CLI designs, you want to output a number similar items in a
810
human-readable way with nicely aligned columns. However, figuring out how wide

0 commit comments

Comments
 (0)