Skip to content

Commit

Permalink
Merge branch 'feature/travis-combat-fingerprint-mismatch-failures' of h…
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Sep 2, 2020
2 parents f378d2a + 4dbd3a9 commit 82efb1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ before_install:
# PHPUnit 8.x is not (yet) supported, so prevent issues with Travis images using it.
- |
if [[ $TRAVIS_PHP_VERSION != "nightly" ]]; then
composer install
travis_retry composer install
elif [[ $TRAVIS_PHP_VERSION == "nightly" ]]; then
// Allow installing "incompatible" PHPUnit version on PHP 8/nightly.
composer install --ignore-platform-reqs
travis_retry composer install --ignore-platform-reqs
fi
before_script:
Expand Down

0 comments on commit 82efb1e

Please sign in to comment.