Author: pascalschumacher
Date: Sun Oct  8 14:30:38 2017
New Revision: 1811490

URL: http://svn.apache.org/viewvc?rev=1811490&view=rev
Log:
README.md: fix travis badge, remove code coverage badge and remove redundant 
license badge

Modified:
    commons/proper/configuration/trunk/README.md

Modified: commons/proper/configuration/trunk/README.md
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/README.md?rev=1811490&r1=1811489&r2=1811490&view=diff
==============================================================================
--- commons/proper/configuration/trunk/README.md (original)
+++ commons/proper/configuration/trunk/README.md Sun Oct  8 14:30:38 2017
@@ -43,10 +43,8 @@
 Apache Commons Configuration
 ===================
 
-[![Build 
Status](https://travis-ci.org/apache/commons-configuration2.svg?branch=master)](https://travis-ci.org/apache/commons-configuration2)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-configuration2/badge.svg?branch=master)](https://coveralls.io/r/apache/commons-configuration2)
+[![Build 
Status](https://travis-ci.org/apache/commons-configuration.svg?branch=trunk)](https://travis-ci.org/apache/commons-configuration)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-configuration2/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-configuration2/)
-[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
 
 Tools to assist in the reading of configuration/preferences files in
         various formats


Reply via email to