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

Commit

Permalink
CI: Use Ruby 2.4.
Browse files Browse the repository at this point in the history
Also remove the old Travis PATH workaround since the issue seems to be fixed now.
  • Loading branch information
XhmikosR committed Dec 19, 2017
1 parent d54314f commit 8e8d5b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ node_js:

env:
matrix:
- RUBY_VERSION=2.2
- RUBY_VERSION=2.4

before_install:
# 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
- 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")
- rvm install $RUBY_VERSION
- rvm use $RUBY_VERSION --fuzzy
- rvm use $RUBY_VERSION --install --binary --fuzzy

install:
- npm install
Expand Down
6 changes: 2 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ clone_depth: 10

environment:
matrix:
- ruby_folder_version: "23"
ruby_gems_folder: "2.3.0"
- ruby_folder_version: "24"
platform: "x86"
#- ruby_folder_version: "23-x64"
# ruby_gems_folder: "2.3.0"
#- ruby_folder_version: "24-x64"
# platform: "x64"

install:
Expand Down

0 comments on commit 8e8d5b1

Please sign in to comment.