Commit 4dbd3a9
committed
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-dependencies1 parent 85f3521 commit 4dbd3a9
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments