From 7de7a90fa5c301013c38b7349816b64546e6c041 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 4 Jun 2021 09:32:16 +0200 Subject: [PATCH] CI: Attempt to use rvm-installed Bundler, RubyGems (#207) This is an attempt to make the CI configuration smaller, more confident. I am guessing that we are not relying on Bundler 1.x-specific behavior, so this commit is a try-out of that. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9a43fd93..7f7cb8fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,4 @@ jobs: os: osx osx_image: xcode12.2 dist: xenial -before_install: - - gem update --system - - gem install bundler -v 1.16.2 cache: bundler