Remove from Travis JRuby and Rubinius
They are allowed to fail, and they consistently fail. They only add up time to our builds. If we wanted to keep them, they should be in the build matrix and run tests successfully.
Showing
... | ... | @@ -3,13 +3,6 @@ source "https://rubygems.org" |
gemspec | ||
gem 'sqlite3', '~> 1.3.8', :platforms => :ruby | ||
gem 'jruby-openssl', :platforms => :jruby | ||
gem 'activerecord-jdbcsqlite3-adapter', :platforms => :jruby | ||
gem 'rubysl', :platforms => :rbx | ||
gem 'racc', :platforms => :rbx | ||
gem 'pry' | ||
# Hinting at development dependencies | ||
... | ... |
Please
register
or
sign in
to comment