[travis] display deprecations in nightly jobs

This commit is contained in:
Nicolas Grekas 2020-05-24 10:55:27 +02:00
parent acbaf0020f
commit 83a34a84ab
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ install:
# Set composer's platform to php 7.4 if we're on php 8.
if [[ $PHP = nightly ]]; then
composer config platform.php 7.4.99
export SYMFONY_DEPRECATIONS_HELPER=weak
export SYMFONY_DEPRECATIONS_HELPER=max[total]=999
fi
- |