Do not install docs on updating gems on Travis (#7706)
Merge pull request 7706
This commit is contained in:
parent
13d31c4c8b
commit
38bc4d2818
|
@ -54,5 +54,5 @@ notifications:
|
||||||
"
|
"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- gem update --system
|
- gem update --system --no-document
|
||||||
- gem install bundler
|
- gem install bundler --no-document
|
||||||
|
|
Loading…
Reference in New Issue