Navigation Menu

Skip to content

Commit

Permalink
Update Travis settings for Rubinius
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Feb 12, 2014
1 parent 02dd983 commit e46bcd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -6,12 +6,11 @@ rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- rbx
- rbx-2
- ruby-head
matrix:
include:
allow_failures:
- rvm: rbx
- rvm: ruby-head
fast_finish: true
script: bundle exec rake default
6 changes: 0 additions & 6 deletions Gemfile
Expand Up @@ -22,10 +22,4 @@ group :test do
gem 'webmock', '>= 1.10.1'
end

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

gemspec

0 comments on commit e46bcd5

Please sign in to comment.