Skip to content

Commit eb0ef49

Browse files
kachickLeFnord
authored andcommitted
Use latest ruby version in the major versions (#282)
1 parent 0a81a4d commit eb0ef49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ after_success:
1010

1111
matrix:
1212
include:
13-
- rvm: 2.4.1
13+
- rvm: 2.4.2
1414
script:
1515
- bundle exec danger
16-
- rvm: 2.4.1
17-
- rvm: 2.3.4
16+
- rvm: 2.4.2
17+
- rvm: 2.3.5
1818
- rvm: 2.2.7
1919
- rvm: ruby-head
2020
- rvm: jruby-9.1.10.0

0 commit comments

Comments
 (0)