Skip to content

Commit

Permalink
Remove Sprockets from Travis as it breaks build
Browse files Browse the repository at this point in the history
Sprockets + simplecov on ruby 2.4 breaks build with segmentation fault
  • Loading branch information
nbulaj committed Apr 5, 2018
1 parent 85ae240 commit a53808a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -19,7 +19,6 @@ gemfile:
- gemfiles/rails_5_1.gemfile
- gemfiles/rails_5_2.gemfile
- gemfiles/rails_master.gemfile
- gemfiles/rails_sprockets_4.gemfile

matrix:
exclude:
Expand All @@ -35,7 +34,5 @@ matrix:
rvm: 2.2
- gemfile: gemfiles/rails_master.gemfile
rvm: 2.3
- gemfile: gemfiles/rails_sprockets_4.gemfile
rvm: 2.1
allow_failures:
- gemfile: gemfiles/rails_master.gemfile
6 changes: 0 additions & 6 deletions Appraisals
Expand Up @@ -12,12 +12,6 @@ appraise "rails-5-1" do
gem "rspec-rails", "~> 3.7"
end

appraise "rails-sprockets-4" do
gem "rails"
gem "sprockets", '~> 4.0.0.beta7'
gem "rspec-rails", "~> 3.7"
end

appraise "rails-master" do
gem "rails", git: 'https://github.com/rails/rails'
gem "arel", git: 'https://github.com/rails/arel'
Expand Down
13 changes: 0 additions & 13 deletions gemfiles/rails_sprockets_4.gemfile

This file was deleted.

0 comments on commit a53808a

Please sign in to comment.