From 761476d9cfd6123968adb13cf2cce247e07faa3f Mon Sep 17 00:00:00 2001 From: John Lees-Miller Date: Fri, 22 Mar 2019 11:31:21 +0200 Subject: [PATCH] Update ruby dependencies --- .travis.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e13b199..ac982e4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,14 @@ language: ruby sudo: false cache: bundler rvm: + - 1.9.3 - 2.0.0 - 2.1.10 - - 2.2.9 - - 2.3.6 - - 2.4.3 - - 2.5.0 + - 2.2.10 + - 2.3.8 + - 2.4.5 + - 2.5.3 + - 2.6.0 - ruby-head matrix: include: @@ -25,10 +27,6 @@ matrix: - rvm: rbx-3 - rvm: jruby-head before_install: - - "if $(ruby -e 'exit(RUBY_VERSION >= \"2.3.0\")'); then gem update --system; fi" - - "if $(ruby -e 'exit(RUBY_VERSION < \"2.3.0\")'); then gem update --system 2.7.8; fi" - - "if $(ruby -e 'exit(RUBY_VERSION >= \"2.3.0\")'); then gem install bundler; fi" - - "if $(ruby -e 'exit(RUBY_VERSION < \"2.3.0\")'); then gem install bundler --version 1.17.3; fi" - gem --version before_script: - echo `whereis zip`