Commit d52c66e4 by Uwe Kubosch Committed by GitHub

Only update bundler if necessary

parent 41f52c3e
sudo: false
language: ruby
before_install:
- gem uninstall bundler -v ">=2"
- gem install bundler -v "<2"
- gem query -i -n "^bundler$" -v ">=2" && gem uninstall bundler -v ">=2"
- gem query -i -n "^bundler$" -v "<2" || gem install bundler -v "<2"
cache: bundler
rvm:
- 2.3.8
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment