We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f378d2a + 4dbd3a9 commit 82efb1eCopy full SHA for 82efb1e
.travis.yml
@@ -53,10 +53,10 @@ before_install:
53
# PHPUnit 8.x is not (yet) supported, so prevent issues with Travis images using it.
54
- |
55
if [[ $TRAVIS_PHP_VERSION != "nightly" ]]; then
56
- composer install
+ travis_retry composer install
57
elif [[ $TRAVIS_PHP_VERSION == "nightly" ]]; then
58
// Allow installing "incompatible" PHPUnit version on PHP 8/nightly.
59
- composer install --ignore-platform-reqs
+ travis_retry composer install --ignore-platform-reqs
60
fi
61
62
before_script:
0 commit comments