From 2eebb0332d0f173b1ae5f88495161dc54da3db11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Wed, 27 Mar 2019 16:28:01 +0100 Subject: [PATCH] Disable deprecation helper on travis. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index c9600da5..dca8bdc7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: php +env: + - SYMFONY_DEPRECATIONS_HELPER=disabled # Disable deprecation warnings + # Test for all supported PHP versions php: - '7.1'