Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
 * Do not test against ruby-head and old Rails versions
 * Do not test against old Rubies and newer Rails versions
 * Use latest minor Rubies
  • Loading branch information
yuki24 committed Jun 3, 2019
1 parent d68d677 commit 53b6586
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ before_install:

rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.1
- 2.4.6
- 2.5.5
- 2.6.3
- ruby-head
- jruby-9.2.5.0
- jruby-9.2.7.0
- jruby-head

gemfile:
Expand All @@ -28,12 +28,24 @@ gemfile:

matrix:
exclude:
- rvm: 2.3.8
gemfile: gemfiles/rails_60.gemfile
- rvm: 2.3.8
gemfile: gemfiles/rails_edge.gemfile
- rvm: 2.4.5
- rvm: 2.4.6
gemfile: gemfiles/rails_60.gemfile
- rvm: 2.4.6
gemfile: gemfiles/rails_edge.gemfile
- rvm: 2.6.3
gemfile: gemfiles/rails_42.gemfile
- rvm: ruby-head
gemfile: gemfiles/rails_42.gemfile
- rvm: ruby-head
gemfile: gemfiles/rails_50.gemfile
- rvm: ruby-head
gemfile: gemfiles/rails_51.gemfile
allow_failures:
- rvm: ruby-head
- rvm: jruby-9.2.5.0
- rvm: jruby-9.2.7.0
- rvm: jruby-head
- gemfile: gemfiles/rails_edge.gemfile

0 comments on commit 53b6586

Please sign in to comment.