Do not install docs on updating gems on Travis (#7706)

Merge pull request 7706
This commit is contained in:
Ashwin Maroli 2019-06-09 16:36:48 +05:30 committed by jekyllbot
parent 13d31c4c8b
commit 38bc4d2818
1 changed files with 2 additions and 2 deletions

View File

@ -54,5 +54,5 @@ notifications:
"
before_install:
- gem update --system
- gem install bundler
- gem update --system --no-document
- gem install bundler --no-document