When I set Travis for Ruby like this:
rvm:
- 2.5
- 2.6
I get a wired result:
The correct result should be:
- 2.5 points to 2.5.8
- 2.6 points to 2.6.6
When I set Travis for Ruby like this:
rvm:
- 2.5
- 2.6
I get a wired result:
The correct result should be:
Thanks for bringing this up.
should solve it.