2012-11-12 06:12:17 -05:00
|
|
|
language: ruby
|
2011-06-17 10:04:15 -04:00
|
|
|
script: "bundle exec rake test"
|
2011-04-04 14:29:46 -04:00
|
|
|
rvm:
|
|
|
|
- 1.8.7
|
|
|
|
- 1.9.2
|
2012-01-02 16:14:59 -05:00
|
|
|
- 1.9.3
|
2011-04-04 14:29:46 -04:00
|
|
|
- ree
|
2012-11-12 06:12:17 -05:00
|
|
|
env:
|
|
|
|
- DEVISE_ORM=mongoid
|
|
|
|
- DEVISE_ORM=active_record
|
|
|
|
matrix:
|
|
|
|
exclude:
|
|
|
|
- rvm: ree
|
|
|
|
env: DEVISE_ORM=mongoid
|
|
|
|
gemfile: Gemfile
|
2012-11-12 12:07:29 -05:00
|
|
|
- rvm: ree
|
|
|
|
env: DEVISE_ORM=mongoid
|
|
|
|
gemfile: gemfiles/Gemfile.rails-3.1.x
|
2012-11-12 06:12:17 -05:00
|
|
|
- rvm: 1.8.7
|
|
|
|
env: DEVISE_ORM=mongoid
|
|
|
|
gemfile: Gemfile
|
2012-11-12 12:07:29 -05:00
|
|
|
- rvm: 1.8.7
|
2012-11-12 06:12:17 -05:00
|
|
|
env: DEVISE_ORM=mongoid
|
|
|
|
gemfile: gemfiles/Gemfile.rails-3.1.x
|
2012-11-12 12:07:29 -05:00
|
|
|
- rvm: 1.9.2
|
|
|
|
env: DEVISE_ORM=mongoid
|
|
|
|
gemfile: Gemfile
|
|
|
|
- rvm: 1.9.2
|
2012-11-12 06:12:17 -05:00
|
|
|
env: DEVISE_ORM=mongoid
|
|
|
|
gemfile: gemfiles/Gemfile.rails-3.1.x
|
2012-01-09 20:59:13 -05:00
|
|
|
gemfile:
|
|
|
|
- gemfiles/Gemfile.rails-3.1.x
|
2012-01-10 08:52:14 -05:00
|
|
|
- Gemfile
|
2012-11-12 06:12:17 -05:00
|
|
|
services:
|
|
|
|
- mongodb
|
2011-09-08 07:31:34 -04:00
|
|
|
notifications:
|
|
|
|
recipients:
|
|
|
|
- jose.valim@plataformatec.com.br
|
|
|
|
- carlos@plataformatec.com.br
|
2011-11-10 15:37:58 -05:00
|
|
|
- rodrigo.flores@plataformatec.com.br
|
2011-11-14 13:37:39 -05:00
|
|
|
- rafael.franca@plataformatec.com.br
|