Skip to content

Commit 9f78957

Browse files
pixeltrixbenoittgt
authored andcommitted
Remove Ruby 2.4.4 from the Rails master matrix (#2073)
Rails 6.0 will require Ruby >= 2.5.0 - see rails/rails#34754.
1 parent 015efba commit 9f78957

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@ script: "script/run_build 2>&1"
3636

3737
matrix:
3838
include:
39-
# Rails dev / 6 builds >= 2.4.4
39+
# Rails dev / 6 builds >= 2.5.0
4040
- rvm: 2.6.0
4141
env: RAILS_VERSION=master
4242
- rvm: 2.5.3
4343
env: RAILS_VERSION=master
44-
- rvm: 2.4.4
45-
env: RAILS_VERSION=master
4644

4745
# Rails 5.2 builds >= 2.2.2
4846
- rvm: 2.6.0

0 commit comments

Comments
 (0)