]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Ignore PHP deps when removing phpunit in PHP 8.0 environment
authorArthurHoaro <arthur@hoa.ro>
Tue, 29 Sep 2020 16:44:52 +0000 (18:44 +0200)
committerArthurHoaro <arthur@hoa.ro>
Tue, 29 Sep 2020 16:57:25 +0000 (18:57 +0200)
.travis.yml

index 25304120470574cb951f19aafb28e0075e322646..d7460947383a0e595f472908da81ffcec78ef040 100644 (file)
@@ -8,7 +8,7 @@ matrix:
       install:
         - composer self-update --2
         - composer update --ignore-platform-req=php
-        - composer remove phpunit/phpunit
+        - composer remove --dev --ignore-platform-req=php 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