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