mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-27 02:18:41 -05:00
(POOLER-96) Setting the Rubygems version
travis uses the latest bundler 1.16 which installs the newer rubygems and I think that might be why it's failing now when downgrading only bundler to version 1.12 This is a test to see if travis will pass.
This commit is contained in:
parent
1ff78b4ae2
commit
db42616580
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ matrix:
|
||||||
# https://github.com/bundler/bundler/issues/4975
|
# https://github.com/bundler/bundler/issues/4975
|
||||||
# https://github.com/bundler/bundler/issues/4984
|
# https://github.com/bundler/bundler/issues/4984
|
||||||
install:
|
install:
|
||||||
|
- gem update --system 2.6.14
|
||||||
- gem install bundler --version 1.12.5
|
- gem install bundler --version 1.12.5
|
||||||
- bundle _1.12.5_ install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
|
- bundle _1.12.5_ install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue