Skip to content

Commit

Permalink
CI: Attempt to use rvm-installed Bundler, RubyGems (#207)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
olleolleolle committed Jun 4, 2021
1 parent dbf13aa commit 7de7a90
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -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

0 comments on commit 7de7a90

Please sign in to comment.