mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
test each gemfile on Travis CI
This commit is contained in:
parent
480b78aa46
commit
9ce6cf9a6d
1 changed files with 6 additions and 1 deletions
|
@ -3,4 +3,9 @@ rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- ruby-head
|
- ruby-head
|
||||||
|
|
||||||
script: bundle exec rake spec
|
gemfile:
|
||||||
|
- gemfiles/active_record_32.gemfile
|
||||||
|
- gemfiles/data_mapper_12.gemfile
|
||||||
|
- gemfiles/mongo_mapper.gemfile
|
||||||
|
- gemfiles/mongoid.gemfile
|
||||||
|
- gemfiles/sinatra.gemfile
|
||||||
|
|
Loading…
Reference in a new issue