You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2016/08/01 20:49:25 UTC

orc git commit: Trying again with travis link.

Repository: orc
Updated Branches:
  refs/heads/master 870df558f -> 7ac867d13


Trying again with travis link.


Project: http://git-wip-us.apache.org/repos/asf/orc/repo
Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/7ac867d1
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/7ac867d1
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/7ac867d1

Branch: refs/heads/master
Commit: 7ac867d13003766c21a5f2468c7e2d6e326675e9
Parents: 870df55
Author: Owen O'Malley <om...@apache.org>
Authored: Mon Aug 1 13:49:07 2016 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Mon Aug 1 13:49:07 2016 -0700

----------------------------------------------------------------------
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/7ac867d1/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index de46371..72a121c 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,8 @@ format. The C++ and Java libraries are completely independent of each
 other and will each read all versions of ORC files.
 
 The current build status:
-* Apache ORC master [![master build status](https://travis-ci.org/apache/orc.svg?branch=master)][https://travis-ci.org/apache/orc/branches]
+* Apache ORC master <a href="https://travis-ci.org/apache/orc/branches">
+![master build status](https://travis-ci.org/apache/orc.svg?branch=master)</a>
 
 ### Building