Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis: retry composer install on failure #582

Merged
merged 1 commit into from
Sep 9, 2020

Conversation

jrfnl
Copy link
Collaborator

@jrfnl jrfnl commented Sep 9, 2020

The builds are failing a little too often for my taste on the below error.

[Composer\Downloader\TransportException]
Peer fingerprint did not match

I'm prefixing the composer install commands now with travis_retry in an attempt to get round this problem.

Ref:

The builds are failing a little too often for my taste on the below error.
```
[Composer\Downloader\TransportException]
Peer fingerprint did not match
```

I'm prefixing the `composer install` commands now with `travis_retry` in an attempt to get round this problem.

Ref:
* https://docs.travis-ci.com/user/common-build-problems/#timeouts-installing-dependencies
@jrfnl jrfnl added this to the 2.3.0 milestone Sep 9, 2020
@jrfnl jrfnl requested a review from a team as a code owner September 9, 2020 13:53
@GaryJones GaryJones merged commit 05789f8 into develop Sep 9, 2020
@GaryJones GaryJones deleted the feature/travis-add-retry branch September 9, 2020 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants