Skip to content

Commit

Permalink
Enable Rubinius on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cgriego committed Jun 20, 2011
1 parent 695b32c commit cc46b07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -15,3 +15,4 @@ doc/*
*.swp *.swp
*.un~ *.un~
*~ *~
*.rbc
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,3 +4,4 @@ rvm:
- 1.8.7 - 1.8.7
- ree - ree
- jruby - jruby
- rbx
5 changes: 2 additions & 3 deletions README.rdoc
Expand Up @@ -11,10 +11,9 @@ Mongoid is an ODM (Object-Document-Mapper) framework for MongoDB in Ruby.


== Compatibility == Compatibility


Mongoid is developed against Ruby 1.8.7, 1.9.2, 1.9.3, REE, and JRuby. Mongoid is tested against Ruby 1.8.7, 1.9.2, 1.9.3, REE, Rubinius, and JRuby.


http://travis-ci.org/mongoid/mongoid.png http://travis-ci.org/mongoid/mongoid.png {Build History}[http://travis-ci.org/mongoid/mongoid]
{Build History}[http://travis-ci.org/mongoid/mongoid]


= Documentation = Documentation


Expand Down

0 comments on commit cc46b07

Please sign in to comment.