Remove deprecated gem install documentation options
This commit is contained in:
parent
4d6e2260dd
commit
fc1c217848
@ -5,7 +5,7 @@ cache: bundler
|
||||
|
||||
before_install:
|
||||
- if [ $BUNDLER_VERSION ]; then
|
||||
gem install -v $BUNDLER_VERSION bundler --no-rdoc --no-ri;
|
||||
gem install -v $BUNDLER_VERSION bundler --no-document;
|
||||
fi
|
||||
- bundle -v
|
||||
- rm Gemfile.lock || true
|
||||
|
Loading…
x
Reference in New Issue
Block a user