2011-09-21 20:44:53 -04:00
|
|
|
rvm:
|
|
|
|
- 1.8.7
|
|
|
|
- 1.9.2
|
|
|
|
gemfile:
|
|
|
|
- test/gemfiles/Gemfile.rails-2.0.x
|
|
|
|
- test/gemfiles/Gemfile.rails-2.1.x
|
|
|
|
- test/gemfiles/Gemfile.rails-2.2.x
|
|
|
|
- test/gemfiles/Gemfile.rails-2.3.x
|
|
|
|
- test/gemfiles/Gemfile.rails-xss-2.3.x
|
|
|
|
- test/gemfiles/Gemfile.rails-3.0.x
|
|
|
|
- test/gemfiles/Gemfile.rails-3.1.x
|
|
|
|
matrix:
|
2011-09-27 16:55:12 -04:00
|
|
|
exclude:
|
|
|
|
- { rvm: 1.9.2, gemfile: test/gemfiles/Gemfile.rails-2.0.x }
|
|
|
|
- { rvm: 1.9.2, gemfile: test/gemfiles/Gemfile.rails-2.1.x }
|
|
|
|
- { rvm: 1.9.2, gemfile: test/gemfiles/Gemfile.rails-2.2.x }
|
2011-09-21 20:44:53 -04:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
- stable
|
2011-09-21 20:57:49 -04:00
|
|
|
script: "bundle exec rake submodules test"
|