Skip to content

Commit

Permalink
Update test matrix to current supported ruby/rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jduff committed Jun 18, 2020
1 parent 579fa72 commit 36951c3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 24 deletions.
28 changes: 12 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,33 @@
sudo: false
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- 2.2.2
- 2.5.0
- 2.6.3
- 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
- rvm: 2.2.2
gemfile: gemfiles/active_support_5.0.gemfile
- rvm: 2.0.0
- rvm: 2.5.0
gemfile: gemfiles/active_support_5.0.gemfile
- rvm: 2.1.10
- rvm: 2.6.3
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.5.0
gemfile: gemfiles/active_support_6.0.gemfile
- rvm: 2.6.3
gemfile: gemfiles/active_support_6.0.gemfile
- rvm: jruby
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: "../"

0 comments on commit 36951c3

Please sign in to comment.