Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 5ec7a5e

Browse files
committed
Skip installing gem docs
JRuby stalls installing docs $ script/update_rubygems_and_install_bundler Updating rubygems-update Fetching rubygems-update-3.1.4.gem Successfully installed rubygems-update-3.1.4 Parsing documentation for rubygems-update-3.1.4 Installing ri documentation for rubygems-update-3.1.4 No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself. Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received The build has been terminated
1 parent 4d21c60 commit 5ec7a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/update_rubygems_and_install_bundler

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
set -e
66

7-
yes | gem update --system
8-
yes | gem install bundler
7+
yes | gem update --system --no-document
8+
yes | gem install bundler --no-document

0 commit comments

Comments
 (0)