TEXT-24: Adding build status, coverage status, and license to README

Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/07d296a4
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/07d296a4
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/07d296a4

Branch: refs/heads/master
Commit: 07d296a47733217cf0247db497ce3a8e25e44f1e
Parents: be10deb
Author: Rob Tompkins <[email protected]>
Authored: Sun Nov 6 13:18:31 2016 -0500
Committer: Rob Tompkins <[email protected]>
Committed: Sun Nov 6 13:18:31 2016 -0500

----------------------------------------------------------------------
 README.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/07d296a4/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 19876f2..3f3df29 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,10 @@
 Apache Commons Text
 ===================
 
+[![Build 
Status](https://travis-ci.org/apache/commons-text.svg?branch=master)](https://travis-ci.org/apache/commons-text)
+[![Coverage 
Status](https://coveralls.io/repos/apache/commons-text/badge.svg?branch=master)](https://coveralls.io/r/apache/commons-text)
+[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
+
 Apache Commons Text is a library focused on algorithms working on strings.
 
 Documentation

Reply via email to