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

Commit 8e8d5b1

Browse files
committed
CI: Use Ruby 2.4.
Also remove the old Travis PATH workaround since the issue seems to be fixed now.
1 parent d54314f commit 8e8d5b1

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@ node_js:
99

1010
env:
1111
matrix:
12-
- RUBY_VERSION=2.2
12+
- RUBY_VERSION=2.4
1313

1414
before_install:
15-
# Remove ./node_modules/.bin from PATH so node-which doesn't replace Unix which and cause RVM to barf. See https://github.com/travis-ci/travis-ci/issues/5092
16-
- export PATH=$(python -c 'from sys import argv;from collections import OrderedDict as od;print(":".join(od((p,None) for p in argv[1].split(":") if p.startswith("/")).keys()))' "$PATH")
17-
- rvm install $RUBY_VERSION
18-
- rvm use $RUBY_VERSION --fuzzy
15+
- rvm use $RUBY_VERSION --install --binary --fuzzy
1916

2017
install:
2118
- npm install

appveyor.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ clone_depth: 10
66

77
environment:
88
matrix:
9-
- ruby_folder_version: "23"
10-
ruby_gems_folder: "2.3.0"
9+
- ruby_folder_version: "24"
1110
platform: "x86"
12-
#- ruby_folder_version: "23-x64"
13-
# ruby_gems_folder: "2.3.0"
11+
#- ruby_folder_version: "24-x64"
1412
# platform: "x64"
1513

1614
install:

0 commit comments

Comments
 (0)