diff --git a/README.mdown b/README.md
similarity index 70%
rename from README.mdown
rename to README.md
index a47d345..96dc2fa 100644
--- a/README.mdown
+++ b/README.md
@@ -17,7 +17,7 @@ http://groups.google.com/group/mongeez-dev?hl=en
 <dependency>
     <groupId>org.mongeez</groupId>
 	<artifactId>mongeez</artifactId>
-	<version>0.9.2</version>
+	<version>0.9.3</version>
 </dependency>
 ```
 
@@ -27,4 +27,10 @@ Internal versions - https://oss.sonatype.org/content/groups/public/
 
 
 ### Or download mongeez from
-repo1.maven.org - http://repo1.maven.org/maven2/org/mongeez/mongeez/
\ No newline at end of file
+repo1.maven.org - http://repo1.maven.org/maven2/org/mongeez/mongeez/
+
+### Travis Continuous Integration Build Status
+
+Hopefully this thing is routinely green. Travis-CI monitors new code to this project and tests it on a variety of JDKs.
+
+[![Build Status](https://secure.travis-ci.org/secondmarket/mongeez.png?branch=master)](https://travis-ci.org/secondmarket/mongeez)