You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments