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:
|
||||
- gem update --system
|
||||
- gem install bundler
|
||||
- gem update --system --no-document
|
||||
- gem install bundler --no-document
|
||||
|
|
Loading…
Reference in New Issue