Skip to content

Commit

Permalink
Updating Travis-CI documentation in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sriram Keerthi Madhava Kunjathur authored and Sriram Keerthi Madhava Kunjathur committed Mar 3, 2016
1 parent c0b3a87 commit 6eaa571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Simple MongoRDD to read data from MongoDB into Spark

## Build Status
![MongoRDD Travis-CI Build Status](https://travis-ci.org/caffinc/mongordd.svg?branch=master)
![MongoRDD Travis-CI Build Status](https://travis-ci.org/caffinc/MongoRDD.svg?branch=master)

## Dependencies

Expand Down Expand Up @@ -64,7 +64,7 @@ Usage in Java (Assume constants are the same):

## Tests

There is just one extensive test, which launches an embedded MongoDB instance and writes dummy values into it and tests the MongoRDD on a local Spark instance. The test Works on my Machine™, but I'll ~~probably add Travis-CI soon.~~ try to get Travis-CI to work too.
There is just one extensive test, which launches an embedded MongoDB instance and writes dummy values into it and tests the MongoRDD on a local Spark instance. The test Works on my Machine™ and Travis-CI (Which is awesome!).

It might not work on your machine for the following reasons:

Expand Down

0 comments on commit 6eaa571

Please sign in to comment.