2011-09-21 20:44:53 -04:00
|
|
|
rvm:
|
2014-10-31 12:45:26 -04:00
|
|
|
- 2.1.4
|
2013-02-26 10:43:45 -05:00
|
|
|
- 2.0.0
|
2014-10-16 12:46:21 -04:00
|
|
|
- 1.9.3
|
2013-02-26 12:22:39 -05:00
|
|
|
- jruby
|
2014-02-26 14:14:38 -05:00
|
|
|
- rbx-2
|
2011-09-21 20:44:53 -04:00
|
|
|
gemfile:
|
2012-04-13 10:35:54 -04:00
|
|
|
- test/gemfiles/Gemfile.rails-3.2.x
|
2013-02-26 10:43:45 -05:00
|
|
|
- test/gemfiles/Gemfile.rails-4.0.x
|
2013-12-27 16:20:30 -05:00
|
|
|
- test/gemfiles/Gemfile.rails-4.1.x
|
2014-10-31 12:49:40 -04:00
|
|
|
- test/gemfiles/Gemfile.rails-4.2.x
|
2011-09-21 20:44:53 -04:00
|
|
|
matrix:
|
2011-09-27 16:55:12 -04:00
|
|
|
exclude:
|
2013-02-26 12:22:39 -05:00
|
|
|
- { rvm: jruby, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
2014-02-26 14:14:38 -05:00
|
|
|
- { rvm: rbx-2, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
2013-12-27 16:20:30 -05:00
|
|
|
- { rvm: 1.9.3, gemfile: test/gemfiles/Gemfile.rails-4.1.x }
|
2014-10-31 12:49:40 -04:00
|
|
|
- { rvm: 1.9.3, gemfile: test/gemfiles/Gemfile.rails-4.2.x }
|
2013-02-26 10:43:45 -05:00
|
|
|
- { rvm: 2.0.0, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
2014-10-31 12:45:26 -04:00
|
|
|
- { rvm: 2.1.4, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
2013-03-03 21:18:37 -05:00
|
|
|
allow_failures:
|
2014-02-27 12:29:00 -05:00
|
|
|
- rvm: jruby
|
2014-05-01 13:32:20 -04:00
|
|
|
- rvm: rbx-2
|
2014-02-21 11:40:48 -05:00
|
|
|
fast_finish: true
|
2011-09-21 20:57:49 -04:00
|
|
|
script: "bundle exec rake submodules test"
|