Disable deprecation helper on travis.

This commit is contained in:
Jan Böhmer 2019-03-27 16:28:01 +01:00
parent 03f70d2999
commit 2eebb0332d

View file

@ -1,5 +1,8 @@
language: php language: php
env:
- SYMFONY_DEPRECATIONS_HELPER=disabled # Disable deprecation warnings
# Test for all supported PHP versions # Test for all supported PHP versions
php: php:
- '7.1' - '7.1'