Skip to content

Commit 0e402a9

Browse files
committed
do not fail on deprecations
1 parent 6b9cc64 commit 0e402a9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ matrix:
2424
- php: 5.6
2525
env: SYMFONY_VERSION=2.3.* SYMFONY_DEPRECATIONS_HELPER=weak
2626
- php: 5.6
27-
env: SYMFONY_VERSION=2.8.*
27+
env: SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=99999
2828
- php: 5.6
2929
env: SYMFONY_VERSION=3.0.*
3030
allow_failures:

Form/Type/RouteTypeType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Symfony\Component\Form\AbstractType;
1515
use Symfony\Component\OptionsResolver\OptionsResolver;
1616
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
17-
use Symfony\Cmf\Bundle\RoutingBundle\Util\Sf2CompatUtil;
1817

1918
class RouteTypeType extends AbstractType
2019
{

0 commit comments

Comments
 (0)