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 4a1acec commit a5a4da9Copy full SHA for a5a4da9
.travis.yml
@@ -45,4 +45,4 @@ script:
45
# this checks that Doctrine's mapping configurations are valid
46
- ./bin/console doctrine:schema:validate --skip-sync -vvv --no-interaction
47
# Fail CI if the repo is in a dirty state after building assets
48
- - yarn install && yarn build && git add --all && git diff --staged --shortstat --exit-code
+ - yarn install && yarn build production && git add --all && git diff --staged --shortstat --exit-code
0 commit comments