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 7cbada1 commit 8438677Copy full SHA for 8438677
.travis.yml
@@ -57,3 +57,4 @@ script:
57
- ./bin/console doctrine:schema:validate --skip-sync -vvv --no-interaction
58
# Fail CI if the repo is in a dirty state after building assets (only for current release ie install)
59
#- if [[ "$ACTION" == "install" ]]; then yarn install && yarn encore production && git add --all && git diff --staged --exit-code; fi
60
+ - composer validate
0 commit comments