Skip to content

Commit

Permalink
No need to install latest bundler in build-matrix script
Browse files Browse the repository at this point in the history
As per this commit [1].

[1]: 3352e9c
  • Loading branch information
floehopper committed Jun 16, 2019
1 parent 11abe23 commit 8247a89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/build-matrix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def run(ruby_version, gemfile, task = 'test')
ENV['MOCHA_OPTIONS'] = 'debug'
reset_bundle
execute(
with_rbenv('gem update bundler --force --no-post-install-message'),
with_rbenv("bundle install --gemfile=#{gemfile}"),
with_rbenv("bundle exec rake #{task}")
)
Expand Down

0 comments on commit 8247a89

Please sign in to comment.