mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-27 02:18: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
|
- rvm: 2.3.3
|
||||||
env: "CHECK=rubocop"
|
env: "CHECK=rubocop"
|
||||||
|
|
||||||
# This below is a temporary shim to bypass these bundler+jruby bugs:
|
# Pin to specific rubygem and bundler for jruby tests
|
||||||
#
|
|
||||||
# https://github.com/bundler/bundler/issues/4975
|
|
||||||
# https://github.com/bundler/bundler/issues/4984
|
|
||||||
install:
|
install:
|
||||||
- gem update --system 2.6.14
|
- gem update --system 2.6.14
|
||||||
- gem install bundler --version 1.15.4
|
- gem install bundler --version 1.15.4
|
||||||
- bundle --version
|
- bundle _1.15.4_ --version
|
||||||
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
|
- bundle _1.15.4_ install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
|
||||||
script:
|
script:
|
||||||
- "bundle exec rake $CHECK"
|
- "bundle _1.15.4_ exec rake $CHECK"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue