Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Travis: retry composer install on failure
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
- Loading branch information