From 528a8b56b286b62abf0b349d63add91f6148cb58 Mon Sep 17 00:00:00 2001 From: schneems Date: Fri, 4 Jan 2019 15:56:19 -0600 Subject: [PATCH] Getting a failure in the tests: ``` 2.93s$ gem update --system Updating rubygems-update Fetching: rubygems-update-3.0.2.gem (100%) ERROR: Error installing rubygems-update: rubygems-update requires Ruby version >= 2.3.0. ERROR: While executing gem ... (NoMethodError) undefined method `version' for nil:NilClass The command "gem update --system" failed and exited with 1 during . ``` --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 13a0316802..14dfab0c2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,6 @@ sudo: false group: beta language: ruby cache: bundler -before_install: - # https://github.com/travis-ci/travis-ci/issues/9383#issuecomment-377680108 - # recent versions of RubyGems include bundler - - gem update --system rvm: - 2.2.10 @@ -27,7 +23,7 @@ matrix: os: osx - rvm: jruby-head - rvm: rbx-3 - + allow_failures: - rvm: ruby-head - rvm: ruby-head