Skip to content

Commit a5a4da9

Browse files
committed
Minor tweak
1 parent 4a1acec commit a5a4da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ script:
4545
# this checks that Doctrine's mapping configurations are valid
4646
- ./bin/console doctrine:schema:validate --skip-sync -vvv --no-interaction
4747
# 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
48+
- yarn install && yarn build production && git add --all && git diff --staged --shortstat --exit-code

0 commit comments

Comments
 (0)