remove 1.8.7 from travis, add 1.9.2

This commit is contained in:
Tee Parham 2013-05-22 22:52:32 -06:00 committed by Norman Clarke
parent 04a93e2d33
commit 88a0ef107a
1 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,5 @@
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- jruby
@ -25,9 +25,6 @@ matrix:
- { rvm: 2.0.0, gemfile: test/gemfiles/Gemfile.rails-3.1.x }
- { rvm: 2.0.0, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
# Rails 4 doesn't run on Ruby 1.8
- { rvm: 1.8.7, gemfile: test/gemfiles/Gemfile.rails-4.0.x }
allow_failures:
- { rvm: jruby, gemfile: test/gemfiles/Gemfile.rails-4.0.x }
- { rvm: rbx-19mode, gemfile: test/gemfiles/Gemfile.rails-4.0.x }