Skip to content

Commit

Permalink
Fix the build on Rubinius
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Oct 29, 2014
1 parent a369cfa commit 96c33ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@ rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- ruby-head
- jruby
- jruby-head
- rbx
- rbx-2
- ree
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
script: "bundle exec rake"
before_install:
- sudo apt-get update
- sudo apt-get install idn
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ platforms :ruby_18 do
end

platforms :rbx do
gem 'rubysl', '~> 2.0'
gem 'rubinius-coverage'
gem 'rubysl-openssl', '2.1.0'
end

gemspec

0 comments on commit 96c33ee

Please sign in to comment.