Skip to content

Commit

Permalink
Merge 235b951 into 715cc44
Browse files Browse the repository at this point in the history
  • Loading branch information
bufferoverflow committed Apr 9, 2020
2 parents 715cc44 + 235b951 commit 6f8cb7c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 61 deletions.
18 changes: 5 additions & 13 deletions .travis.yml
Expand Up @@ -16,24 +16,16 @@ script:
- bundle exec rspec

rvm:
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- jruby-9.0.5.0
- 2.4
- 2.5
- 2.6
- 2.7
- jruby-head
- ruby-head

gemfile:
- gemfiles/rack_1.gemfile
- gemfiles/rack_2.gemfile

matrix:
allow_failures:
- rvm: ruby-head

fast_finish: true

exclude:
- rvm: 2.1.10
gemfile: gemfiles/rack_2.gemfile
9 changes: 0 additions & 9 deletions Appraisals

This file was deleted.

7 changes: 0 additions & 7 deletions Gemfile
Expand Up @@ -2,14 +2,7 @@ source 'https://rubygems.org'

group :test do
gem 'coveralls', '~> 0.8', '>= 0.8.13', require: false

# Lock coveralls dependencies to lower versions to work with older rubies
gem 'json', '~> 1.8'
gem 'tins', '~> 1.6.0'

gem 'mime-types', '< 3'
end

gem 'appraisal'

gemspec
17 changes: 0 additions & 17 deletions gemfiles/rack_1.gemfile

This file was deleted.

15 changes: 0 additions & 15 deletions gemfiles/rack_2.gemfile

This file was deleted.

0 comments on commit 6f8cb7c

Please sign in to comment.