You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: .travis.yml
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,10 @@ node_js:
9
9
10
10
env:
11
11
matrix:
12
-
- RUBY_VERSION=2.2
12
+
- RUBY_VERSION=2.4
13
13
14
14
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
0 commit comments