Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 128c503

Browse files
Force ruby 2.2 version to 2.2.5 on travis
Previously, this was set to `2.2` in the expectation that travis would use the latest of the 2.2.x branch as a result. However, builds appear to be running with 2.2.0-p0, which contains erroneous warnings that can force variables and lets to be needlessly renamed. While this may be a travis bug, I'm explicitly setting the version in the configuration to ensure that an up-to-date version is picked up in the meanwhile.
1 parent 7e85376 commit 128c503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rvm:
2020
- 1.9.3
2121
- 2.0.0
2222
- 2.1
23-
- 2.2
23+
- 2.2.5
2424
- 2.3.1
2525
- ruby-head
2626
- ree

0 commit comments

Comments
 (0)