Commit 950a83fe by Uwe Kubosch Committed by GitHub

Accept uninstall of executables

parent c370a188
sudo: false sudo: false
language: ruby language: ruby
before_install: before_install:
- gem query -I -n "^bundler$" -v ">=2" || gem uninstall bundler -v ">=2" || rvm @global do gem uninstall bundler -v ">=2" - gem query -I -n "^bundler$" -v ">=2" || gem uninstall -x bundler -v ">=2" || rvm @global do gem uninstall -x bundler -v ">=2"
- gem query -i -n "^bundler$" -v "<2" || gem install bundler -v "<2" - gem query -i -n "^bundler$" -v "<2" || gem install bundler -v "<2"
cache: bundler cache: bundler
rvm: rvm:
......
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