You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by st...@apache.org on 2016/12/02 09:57:07 UTC

[07/17] incubator-s2graph git commit: Add travis status image to README.md

Add travis status image to README.md

Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/5103b3a9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/5103b3a9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/5103b3a9

Branch: refs/heads/master
Commit: 5103b3a9df52926f28e87c76d15dd6e7d6341514
Parents: be02380
Author: Injun Song <ij...@gmail.com>
Authored: Wed Nov 30 15:29:51 2016 +0900
Committer: GitHub <no...@github.com>
Committed: Wed Nov 30 15:29:51 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/5103b3a9/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index eab269e..5e63dcf 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
  */
 --->
 
-S2Graph
+S2Graph [![Build Status](https://travis-ci.org/ijsong/incubator-s2graph.svg?branch=master)](https://travis-ci.org/ijsong/incubator-s2graph)
 =======
 
 [**S2Graph**](http://s2graph.apache.org/) is a **graph database** designed to handle transactional graph processing at scale. Its REST API allows you to store, manage and query relational information using **edge** and **vertex** representations in a **fully asynchronous** and **non-blocking** manner. This document covers some basic concepts and terms of S2Graph as well as help you get a feel for the S2Graph API.