Skip to content

Commit

Permalink
Drop Ruby 2.4 support for Rails 6
Browse files Browse the repository at this point in the history
  • Loading branch information
gsamokovarov committed Mar 1, 2019
1 parent d4591ca commit 90fda87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: ruby

rvm:
- 2.4.4
- 2.5.1
- 2.5.3
- 2.6.1
- jruby-9.2.0.0
- ruby-head
- jruby-head
Expand All @@ -26,4 +26,4 @@ matrix:
- env: TEST_SUITE=templates:test
include:
- env: TEST_SUITE=templates:test
rvm: 2.5.1
rvm: 2.6.1

0 comments on commit 90fda87

Please sign in to comment.