Skip to content

Commit c08d8d1

Browse files
minor symfony#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 ------- 83a34a8 [travis] display deprecations in nightly jobs
2 parents acbaf00 + 83a34a8 commit c08d8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ install:
280280
# Set composer's platform to php 7.4 if we're on php 8.
281281
if [[ $PHP = nightly ]]; then
282282
composer config platform.php 7.4.99
283-
export SYMFONY_DEPRECATIONS_HELPER=weak
283+
export SYMFONY_DEPRECATIONS_HELPER=max[total]=999
284284
fi
285285
286286
- |

0 commit comments

Comments
 (0)