From 38bc4d2818d8199f8f3f609ef6b013c30fd386cf Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Sun, 9 Jun 2019 16:36:48 +0530 Subject: [PATCH] Do not install docs on updating gems on Travis (#7706) Merge pull request 7706 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f528cf55..177239f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,5 +54,5 @@ notifications: " before_install: - - gem update --system - - gem install bundler + - gem update --system --no-document + - gem install bundler --no-document