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 f325c0c commit b277087
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
before_install:
- gem update bundler
- bundle --version
- gem update --system 2.1.11
- gem --version
language: ruby
rvm:
- 1.8.7
Expand All @@ -13,11 +8,10 @@ rvm:
- jruby-18mode
- jruby-19mode
- jruby-head
- rbx
- rbx-2
- ruby-head
matrix:
allow_failures:
- rvm: jruby-head
- rvm: rbx
- rvm: ruby-head
fast_finish: true
5 changes: 0 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,3 @@ group :test do
end

gem 'coveralls', :require => false, :platforms => [:mri_19, :mri_20], :group => :development

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

0 comments on commit b277087

Please sign in to comment.