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 14953de commit db8cf50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
@@ -1,16 +1,11 @@
before_install:
- gem update bundler
- bundle --version
- gem update --system 2.1.11
- gem --version
bundler_args: --without development
language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- rbx
- rbx-2
- ruby-head
matrix:
include:
Expand All @@ -20,6 +15,5 @@ matrix:
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
allow_failures:
- rvm: jruby-head
- rvm: rbx
- rvm: ruby-head
fast_finish: true
6 changes: 0 additions & 6 deletions Gemfile
Expand Up @@ -24,10 +24,4 @@ group :test do
gem 'yardstick'
end

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

gemspec

0 comments on commit db8cf50

Please sign in to comment.