mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-27 02:18:41 -05:00
also update bundler to 1.15.4
This commit is contained in:
parent
db42616580
commit
e6c97c2960
1 changed files with 3 additions and 3 deletions
|
|
@ -33,7 +33,7 @@ matrix:
|
||||||
# https://github.com/bundler/bundler/issues/4984
|
# 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.12.5
|
- gem install bundler --version 1.15.4
|
||||||
- bundle _1.12.5_ 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 _1.12.5_ exec rake $CHECK"
|
- "bundle _1.15.4_ exec rake $CHECK"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue