1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00

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.
This commit is contained in:
Olle Jonsson 2021-06-04 09:32:16 +02:00 committed by GitHub
parent dbf13aac04
commit 7de7a90fa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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