travis status added to readme

This commit is contained in:
Ian Coleman 2015-10-09 20:20:05 +11:00
parent b30c1264ef
commit 79f7d1e0d2

View File

@ -1,4 +1,5 @@
# strcase
strcase [![Build Status](https://travis-ci.org/iancoleman/strcase.svg)](https://travis-ci.org/iancoleman/strcase)
=======
strcase is a go package for converting string case to [snake case](https://en.wikipedia.org/wiki/Snake_case) or [camel case](https://en.wikipedia.org/wiki/CamelCase).