Update README with travis and ASL badges

This closes #394
diff --git a/.travis.yml b/.travis.yml
index a9619e6..73e671e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@
 
 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:
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 @@
 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)