Skip to content

Commit 3274464

Browse files
committed
rvm doesn't support 2.4.10; downgrade travis matrix to 2.4.9
1 parent c19d9c8 commit 3274464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ dist: trusty
22
language: ruby
33
matrix:
44
include:
5-
- name: 2.4.10 / Parser tests
6-
rvm: 2.4.10
5+
- name: 2.4.9 / Parser tests
6+
rvm: 2.4.9
77
script: bundle exec rake test_cov
88
- name: 2.5.8 / Parser tests
99
rvm: 2.5.8

0 commit comments

Comments
 (0)