aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2020-09-29 18:44:52 +0200
committerArthurHoaro <arthur@hoa.ro>2020-09-29 18:57:25 +0200
commit3a49307c3d193d022aa10d6597c4db189486f18f (patch)
treed172dd089274fc8e593b0c9c0ff0e76d3c677ac2 /.travis.yml
parentd018755b454a957195e6c4e54055976ea43d7ed3 (diff)
downloadShaarli-3a49307c3d193d022aa10d6597c4db189486f18f.tar.gz
Shaarli-3a49307c3d193d022aa10d6597c4db189486f18f.tar.zst
Shaarli-3a49307c3d193d022aa10d6597c4db189486f18f.zip
Ignore PHP deps when removing phpunit in PHP 8.0 environment
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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