From 16a136b99ffd163c779be863e3ea0b7afcbcfa2f Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Mon, 29 Jan 2018 09:40:12 +0100 Subject: [PATCH] do not report deprecations in vendors --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9bd7838..65239a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ cache: env: matrix: SYMFONY_VERSION=4.0.* global: - - SYMFONY_DEPRECATIONS_HELPER=0 + - SYMFONY_DEPRECATIONS_HELPER=weak_vendors - SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml" - KERNEL_CLASS=Symfony\Cmf\Bundle\SonataPhpcrAdminIntegrationBundle\Tests\Fixtures\App\Kernel - SYMFONY_PHPUNIT_VERSION=5.7