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