Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update test matrix to current supported ruby/rails versions #86

Merged
merged 1 commit into from
Jun 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 7 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,28 @@
sudo: false
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- jruby
- ruby-head
gemfile:
- gemfiles/active_support_4.2.gemfile
- gemfiles/active_support_5.0.gemfile
- gemfiles/active_support_6.0.gemfile
before_install:
- "rm -f ${BUNDLE_GEMFILE}.lock"
matrix:
fast_finish: true
exclude:
- rvm: 1.9.3
gemfile: gemfiles/active_support_5.0.gemfile
- rvm: 2.0.0
gemfile: gemfiles/active_support_5.0.gemfile
- rvm: 2.1.10
gemfile: gemfiles/active_support_5.0.gemfile
- rvm: 2.4.3
gemfile: gemfiles/active_support_4.2.gemfile
- rvm: 2.5.0
gemfile: gemfiles/active_support_4.2.gemfile
- rvm: ruby-head
gemfile: gemfiles/active_support_4.2.gemfile
- rvm: jruby
gemfile: gemfiles/active_support_5.0.gemfile
- rvm: 2.2.9
gemfile: gemfiles/active_support_6.0.gemfile
- rvm: 2.3.6
gemfile: gemfiles/active_support_6.0.gemfile
- rvm: 2.4.3
gemfile: gemfiles/active_support_6.0.gemfile
allow_failures:
- rvm: ruby-head
notifications:
Expand Down
8 changes: 0 additions & 8 deletions gemfiles/active_support_4.2.gemfile

This file was deleted.

7 changes: 7 additions & 0 deletions gemfiles/active_support_6.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
source "https://rubygems.org"

gem "activesupport", "~> 6.0.0"

gem "nokogiri", ">= 1.7.0"

gemspec path: "../"