diff --git a/.travis.yml b/.travis.yml index f28e1fc7..fa849192 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/appveyor.yml b/appveyor.yml index 537a7441..85c0fb23 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: