2011-09-21 20:44:53 -04:00
|
|
|
rvm:
|
2013-05-23 00:52:32 -04:00
|
|
|
- 1.9.2
|
2012-04-25 12:06:09 -04:00
|
|
|
- 1.9.3
|
2013-02-26 10:43:45 -05:00
|
|
|
- 2.0.0
|
2013-12-26 15:52:28 -05:00
|
|
|
- 2.1.0
|
2013-02-26 12:22:39 -05:00
|
|
|
- jruby
|
2013-12-27 16:20:30 -05:00
|
|
|
- rbx
|
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
|
2011-09-21 20:44:53 -04:00
|
|
|
matrix:
|
2011-09-27 16:55:12 -04:00
|
|
|
exclude:
|
2013-04-05 15:36:52 -04:00
|
|
|
# Don't kill Travis: just test against the latest version on 2.0, JRuby
|
|
|
|
# and Rubinius.
|
2013-02-26 12:22:39 -05:00
|
|
|
- { rvm: jruby, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
2013-12-27 16:20:30 -05:00
|
|
|
- { rvm: rbx, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
2012-05-04 07:24:37 -04:00
|
|
|
|
2013-11-06 20:54:04 -05:00
|
|
|
- { rvm: 1.9.2, gemfile: test/gemfiles/Gemfile.rails-4.0.x }
|
2013-12-27 16:20:30 -05:00
|
|
|
- { rvm: 1.9.2, gemfile: test/gemfiles/Gemfile.rails-4.1.x }
|
|
|
|
- { rvm: 1.9.3, gemfile: test/gemfiles/Gemfile.rails-4.1.x }
|
2013-11-06 20:54:04 -05:00
|
|
|
|
2013-02-26 10:43:45 -05:00
|
|
|
- { rvm: 2.0.0, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
2013-12-26 15:52:28 -05:00
|
|
|
- { rvm: 2.1.0, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
|
|
|
|
2013-03-03 21:18:37 -05:00
|
|
|
allow_failures:
|
|
|
|
- { rvm: jruby, gemfile: test/gemfiles/Gemfile.rails-4.0.x }
|
2013-12-27 16:20:30 -05:00
|
|
|
- { rvm: jruby, gemfile: test/gemfiles/Gemfile.rails-4.1.x }
|
|
|
|
- { rvm: rbx, gemfile: test/gemfiles/Gemfile.rails-4.0.x }
|
|
|
|
- { rvm: rbx, gemfile: test/gemfiles/Gemfile.rails-4.1.x }
|
2011-09-21 20:57:49 -04:00
|
|
|
script: "bundle exec rake submodules test"
|