minor #36934 [travis] display deprecations in nightly jobs (nicolas-grekas)

This PR was merged into the 3.4 branch.

Discussion
----------

[travis] display deprecations in nightly jobs

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Commits
-------

83a34a84ab [travis] display deprecations in nightly jobs
This commit is contained in:
Nicolas Grekas 2020-05-24 10:57:17 +02:00
commit c08d8d116c

View File

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