Commit 4769bb8
committed
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.1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
0 commit comments