rubygems / bundler

Manage your Ruby application's gem dependencies
https://bundler.io
MIT License
4.88k stars 1.99k forks source link

Add `travis_retry` to apt-get operation #7509

Closed deivid-rodriguez closed 4 years ago

deivid-rodriguez commented 4 years ago

What was the end-user problem that led to this PR?

The problem was another failed build due to apt-get install failing.

What was your diagnosis of the problem?

My diagnosis was TravisCI networking is unstable at the moment.

What is your fix for the problem, implemented in this PR?

Not a permanent fix, since that doesn't depend on us, but using travis_retry should increase reliability.

deivid-rodriguez commented 4 years ago

@bundlerbot merge

ghost commented 4 years ago

Build succeeded