diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-09-29 18:44:52 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2020-09-29 18:57:25 +0200 |
commit | 3a49307c3d193d022aa10d6597c4db189486f18f (patch) | |
tree | d172dd089274fc8e593b0c9c0ff0e76d3c677ac2 | |
parent | d018755b454a957195e6c4e54055976ea43d7ed3 (diff) | |
download | Shaarli-3a49307c3d193d022aa10d6597c4db189486f18f.tar.gz Shaarli-3a49307c3d193d022aa10d6597c4db189486f18f.tar.zst Shaarli-3a49307c3d193d022aa10d6597c4db189486f18f.zip |
Ignore PHP deps when removing phpunit in PHP 8.0 environment
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 25304120..d7460947 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -8,7 +8,7 @@ matrix: | |||
8 | install: | 8 | install: |
9 | - composer self-update --2 | 9 | - composer self-update --2 |
10 | - composer update --ignore-platform-req=php | 10 | - composer update --ignore-platform-req=php |
11 | - composer remove phpunit/phpunit | 11 | - composer remove --dev --ignore-platform-req=php phpunit/phpunit |
12 | - composer require --dev --ignore-platform-req=php phpunit/php-text-template ^2.0 | 12 | - composer require --dev --ignore-platform-req=php phpunit/php-text-template ^2.0 |
13 | - composer require --dev --ignore-platform-req=php phpunit/phpunit ^9.0 | 13 | - composer require --dev --ignore-platform-req=php phpunit/phpunit ^9.0 |
14 | - language: php | 14 | - language: php |