From 83a34a84abac7949ecf3d605abb743074b6ca05d Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Sun, 24 May 2020 10:55:27 +0200 Subject: [PATCH] [travis] display deprecations in nightly jobs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ff65ee8a949e..fd9aa095c9c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 - |