Skip to content

Commit

Permalink
Add mongoid 3.0 to travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagogodinho committed Feb 13, 2013
1 parent f5267a9 commit aa18542
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -5,3 +5,4 @@ rvm:
gemfile:
- Gemfile
- gemfiles/mongoid-2.4.gemfile
- gemfiles/mongoid-3.0.gemfile
5 changes: 5 additions & 0 deletions gemfiles/mongoid-3.0.gemfile
@@ -0,0 +1,5 @@
source 'https://rubygems.org'

gem 'mongoid', '~> 3.0.0'

gemspec path: '../'

0 comments on commit aa18542

Please sign in to comment.