Skip to content

Commit

Permalink
ignore some deprecations about form.factory while running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Dec 9, 2020
1 parent 9d10352 commit acf80b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
env: SYMFONY_VERSION='5.1.*'
-
php: 7.3
env: SYMFONY_VERSION='5.2.*' WITH_STATIC_ANALYSIS='yes'
env: SYMFONY_VERSION='5.2.*' WITH_STATIC_ANALYSIS='yes' SYMFONY_DEPRECATIONS_HELPER='max[self]=3'
-
php: 7.3
env: SYMFONY_VERSION='5.x' MIN_STABILITY='dev'
Expand Down

0 comments on commit acf80b8

Please sign in to comment.