Update README with travis and ASL badges

This closes #394


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

Branch: refs/heads/next-gen-native-client-software-grant
Commit: d7a2a9dd1c1970fd3b48c5d41f95a980c59d794a
Parents: 0912d53
Author: Anthony Baker <[email protected]>
Authored: Tue Feb 7 21:03:03 2017 -0800
Committer: Anthony Baker <[email protected]>
Committed: Tue Feb 7 21:16:55 2017 -0800

----------------------------------------------------------------------
 .travis.yml | 2 +-
 README.md   | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/d7a2a9dd/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index a9619e6..73e671e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@ install:
 
 script: 
   - DOCKER_ARGS="--volume=${TRAVIS_BUILD_DIR}:/geode-native 
--workdir=/geode-native"
-  - docker run ${DOCKER_ARGS} apachegeode/geode-native-build:1.0 bash -lc 
"mkdir build && cd build && cmake ../src && cmake --build . -- -j 8 && 
./cppcache/test/apache-geode_unittests"
+  - docker run ${DOCKER_ARGS} apachegeode/geode-native-build:1.0 bash -c 
"mkdir build && cd build && cmake ../src && cmake --build . -- -j 8 && 
./cppcache/test/apache-geode_unittests"
   - docker stop $(docker ps -l -q)
 
 notifications:

http://git-wip-us.apache.org/repos/asf/geode/blob/d7a2a9dd/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 1203bf4..24c3411 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
+[<img src="https://geode.apache.org/img/apache_geode_logo.png"; 
align="center"/>](http://geode.apache.org)
+
+[![Build 
Status](https://travis-ci.org/apache/geode.svg?branch=next-gen-native-client-software-grant)](https://travis-ci.org/apache/geode)
 
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
 
+
 **[Overview](#overview)**  
 **[Building from Source](#building)**  
 **[Introduction](#started)**  
@@ -19,4 +23,4 @@ Please refer to the [Native Client documentation] 
(http://gemfire-native.docs.pi
 Native Client applications can be written in these client technologies:
 
 * [C++] (https://isocpp.org)
-* [C#] (https://msdn.microsoft.com/en-us/library/ms228593.aspx)
\ No newline at end of file
+* [C#] (https://msdn.microsoft.com/en-us/library/ms228593.aspx)

Reply via email to