Skip to content

Commit

Permalink
Drop support for old rubies.
Browse files Browse the repository at this point in the history
Rails will not support < 1.9.3 at Rails 4, so neither should we.
  • Loading branch information
steveklabnik committed May 9, 2012
1 parent 1f4e8b0 commit b9cd10d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,4 @@
rvm: rvm:
- 1.8.7 - 1.9.3
- 1.9.2 # - rbx-19mode # not until rbx bug #1692 is resolved
- rbx - jruby-19mode
- ree
- jruby

0 comments on commit b9cd10d

Please sign in to comment.