Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Commit df599c4

Browse files
committed
CI: Switch to Ruby 2.5.
1 parent 7e45d67 commit df599c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "{build}"
33
clone_depth: 5
44

55
environment:
6-
RUBY_FOLDER_VERSION: "24-x64"
6+
RUBY_FOLDER_VERSION: "25-x64"
77
PLATFORM: "x64"
88

99
install:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ node_js:
88

99
env:
1010
global:
11-
- RUBY_VERSION=2.4
11+
- RUBY_VERSION=2.5
1212

1313
before_install:
1414
- rvm use $RUBY_VERSION --install --binary --fuzzy

0 commit comments

Comments
 (0)