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:
parent
dbf13aac04
commit
7de7a90fa5
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue