Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
Add Jruby support, remove 1.8 tests in travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlangenberg committed Jun 22, 2012
1 parent 051c3ea commit ca36910
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
@@ -1,8 +1,5 @@
language: ruby
rvm:
- 1.8.7
- 1.9.3
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
- rbx-18mode
- rbx-19mode
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -2,4 +2,8 @@ source "http://rubygems.org"

gem 'rake'

platforms :jruby do
gem 'jruby-openssl'
end

gemspec

0 comments on commit ca36910

Please sign in to comment.