Skip to content

Commit

Permalink
remove 1.8.7 from travis, add 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
teeparham authored and norman committed Nov 5, 2013
1 parent 04a93e2 commit 88a0ef1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- jruby
Expand All @@ -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 }
Expand Down

0 comments on commit 88a0ef1

Please sign in to comment.