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 c5229f7 commit dc75ebf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
@@ -1,8 +1,3 @@
before_install:
- gem update bundler
- bundle --version
- gem update --system 2.1.11
- gem --version
bundler_args: --without development
language: ruby
rvm:
Expand All @@ -14,11 +9,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
4 changes: 0 additions & 4 deletions Gemfile
Expand Up @@ -27,8 +27,4 @@ platforms :mingw, :mswin, :ruby do
gem 'yajl-ruby', '~> 1.0', :require => nil
end

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

gemspec

0 comments on commit dc75ebf

Please sign in to comment.