Conversation
Imported from Seikan, tried to change as little as possible.
b78323d to
97dda8d
Compare
Trying to workaround this problem from https://travis-ci.com/twingly/twingly-http/jobs/253699575 (ruby-head) $ travis_retry gem update --system Updating rubygems-update Fetching rubygems-update-3.1.0.pre2.gem Successfully installed rubygems-update-3.1.0.pre2 Installing RubyGems 3.1.0.pre2 Successfully built RubyGem Name: bundler Version: 2.1.0.pre.2 File: bundler-2.1.0.pre.2.gem bundler's executable "bundle" conflicts with /home/travis/.rvm/rubies/ruby-head/bin/bundle Overwrite the executable? [yN] 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
839e594 to
aca4803
Compare
roback
approved these changes
Nov 7, 2019
This reverts commit aca4803. --force didn't help the problem, I guess it is a bug in Ruby/RubyGems (maybe going from 3.1.0.pre1 to 3.1.0.pre2 isn't supported).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Imported from Seikan, tried to change as little as possible: