mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-27 10:28:41 -05:00
specify bundler version 1.15.4
This commit is contained in:
parent
139ab81bfc
commit
a7f07883f0
1 changed files with 4 additions and 7 deletions
11
.travis.yml
11
.travis.yml
|
|
@ -27,14 +27,11 @@ matrix:
|
|||
- rvm: 2.3.3
|
||||
env: "CHECK=rubocop"
|
||||
|
||||
# This below is a temporary shim to bypass these bundler+jruby bugs:
|
||||
#
|
||||
# https://github.com/bundler/bundler/issues/4975
|
||||
# https://github.com/bundler/bundler/issues/4984
|
||||
# Pin to specific rubygem and bundler for jruby tests
|
||||
install:
|
||||
- gem update --system 2.6.14
|
||||
- gem install bundler --version 1.15.4
|
||||
- bundle --version
|
||||
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
|
||||
- bundle _1.15.4_ --version
|
||||
- bundle _1.15.4_ install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
|
||||
script:
|
||||
- "bundle exec rake $CHECK"
|
||||
- "bundle _1.15.4_ exec rake $CHECK"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue