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:47:41 UTC

orc git commit: Trying to improve the travis CI link.

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


Trying to improve the travis CI link.


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

Branch: refs/heads/master
Commit: 870df558f12e4c286dfa02222be01ddd7f390b13
Parents: c1a504d
Author: Owen O'Malley <om...@apache.org>
Authored: Mon Aug 1 13:47:19 2016 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Mon Aug 1 13:47:19 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/orc/blob/870df558/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index cad654c..de46371 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ 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)
+* Apache ORC master [![master build status](https://travis-ci.org/apache/orc.svg?branch=master)][https://travis-ci.org/apache/orc/branches]
 
 ### Building