We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180d6a6 commit 2faf341Copy full SHA for 2faf341
.travis.yml
@@ -41,3 +41,5 @@ script:
41
- ./bin/console security:check --end-point=http://security.sensiolabs.org/check_lock
42
# this checks that the composer.json and composer.lock files are valid
43
- composer validate --strict
44
+ # this checks that Doctrine's mapping configurations are valid
45
+ - ./bin/console doctrine:schema:validate --skip-sync -vvv --no-interaction
0 commit comments