X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=25304120470574cb951f19aafb28e0075e322646;hb=ab58f2542072e6bf34acd862f6cfed84b33feb29;hp=5f86d3388344600455138f51096202ddd08e7c8a;hpb=a5a9cf23acd1248585173aa32757d9720b5f2d62;p=github%2Fshaarli%2FShaarli.git diff --git a/.travis.yml b/.travis.yml index 5f86d338..25304120 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,9 @@ matrix: install: - composer self-update --2 - composer update --ignore-platform-req=php + - composer remove phpunit/phpunit + - composer require --dev --ignore-platform-req=php phpunit/php-text-template ^2.0 + - composer require --dev --ignore-platform-req=php phpunit/phpunit ^9.0 - language: php php: 7.4 - language: php