You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/10/07 19:18:41 UTC

svn commit: r1707339 - /commons/proper/imaging/trunk/README.md

Author: britter
Date: Wed Oct  7 17:18:40 2015
New Revision: 1707339

URL: http://svn.apache.org/viewvc?rev=1707339&view=rev
Log:
Correct branch specification for Travis CI badge

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

Modified: commons/proper/imaging/trunk/README.md
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/README.md?rev=1707339&r1=1707338&r2=1707339&view=diff
==============================================================================
--- commons/proper/imaging/trunk/README.md (original)
+++ commons/proper/imaging/trunk/README.md Wed Oct  7 17:18:40 2015
@@ -43,7 +43,7 @@
 Apache Commons Imaging
 ===================
 
-[![Build Status](https://travis-ci.org/apache/commons-imaging.svg?branch=master)](https://travis-ci.org/apache/commons-imaging)
+[![Build Status](https://travis-ci.org/apache/commons-imaging.svg?branch=trunk)](https://travis-ci.org/apache/commons-imaging)
 [![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
 
 Apache Commons Imaging (previously Sanselan) is a pure-Java image library.