heartcombo--devise/.travis.yml

42 lines
905 B
YAML
Raw Normal View History

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