Skip to content

Commit 5eae5f2

Browse files
committed
feature #1067 Validate composer files while TravisCI build (voronkovich)
This PR was squashed before being merged into the master branch (closes #1067). Discussion ---------- Validate composer files while TravisCI build This check prevents us from having an out of sync composer's lock-file (For example, when someone forgot to commit composer.lock file: #1066). Commits ------- 8438677 Validate composer files while TravisCI build
2 parents 17bf17b + 8438677 commit 5eae5f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@ script:
5757
- ./bin/console doctrine:schema:validate --skip-sync -vvv --no-interaction
5858
# Fail CI if the repo is in a dirty state after building assets (only for current release ie install)
5959
#- if [[ "$ACTION" == "install" ]]; then yarn install && yarn encore production && git add --all && git diff --staged --exit-code; fi
60+
- composer validate

0 commit comments

Comments
 (0)