Skip to content

Commit 14ccf90

Browse files
author
Klaas Sangers
committed
Re-enable composer validation
1 parent 4c3df39 commit 14ccf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitbucket-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pipelines:
1919

2020
# Composer installation.
2121
- echo "$COMPOSER_AUTHENTICATION" > $COMPOSER_HOME/auth.json
22-
#- composer validate --strict --no-interaction
22+
- composer validate --strict --no-interaction
2323
- composer install --dev --prefer-dist --no-scripts --ignore-platform-reqs --no-progress --optimize-autoloader --no-interaction
2424

2525
# Execute tests from MediaCT testing suite.

0 commit comments

Comments
 (0)