Skip to content

Commit

Permalink
Merge pull request #1000 from alcaeus/ignore-sf-4.4-deprecation
Browse files Browse the repository at this point in the history
Ignore deprecation for RegistryInterface
  • Loading branch information
alcaeus authored Aug 4, 2019
2 parents 3fd175a + c0c4313 commit 88e5ac9
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 @@ -63,7 +63,7 @@ jobs:

# Test against latest Symfony 4.4 dev
- php: 7.3
env: SYMFONY_VERSION="4.4.*@dev"
env: SYMFONY_VERSION="4.4.*@dev" SYMFONY_DEPRECATIONS_HELPER=1
install:
- composer config minimum-stability dev
- composer require --dev "symfony/messenger:4.4.*@dev" --no-update
Expand Down

0 comments on commit 88e5ac9

Please sign in to comment.