You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #718 Adds Doctrine's mapping validation on Travis. (phpeek)
This PR was merged into the master branch.
Discussion
----------
Adds Doctrine's mapping validation on Travis.
Runs `doctrine:schema:validate` command with database sync skipping and
no interaction flags.
This is what I usually setup in CI for my projects to avoid common Doctrine's mapping errors e.g. missing `inversedBy` properties.
Commits
-------
2faf341 Adds Doctrine's mapping validation on Travis.
0 commit comments