Skip to content

Commit

Permalink
add travis ci status
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Iepishkin committed Apr 12, 2013
1 parent e23044b commit a7c2f1b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.mdown → README.md
Expand Up @@ -17,7 +17,7 @@ http://groups.google.com/group/mongeez-dev?hl=en
<dependency> <dependency>
<groupId>org.mongeez</groupId> <groupId>org.mongeez</groupId>
<artifactId>mongeez</artifactId> <artifactId>mongeez</artifactId>
<version>0.9.2</version> <version>0.9.3</version>
</dependency> </dependency>
``` ```


Expand All @@ -27,4 +27,10 @@ Internal versions - https://oss.sonatype.org/content/groups/public/




### Or download mongeez from ### Or download mongeez from
repo1.maven.org - http://repo1.maven.org/maven2/org/mongeez/mongeez/ 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)

1 comment on commit a7c2f1b

@epishkin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ticket #26

Please sign in to comment.