Skip to content

Commit 27341b8

Browse files
oliverkleeSam Tuke
authored andcommitted
[FEATURE] Validate the composer.json on Travis (#43)
1 parent 1f1bdaf commit 27341b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ before_script:
5353
mysql ${PHPLIST_DATABASE_NAME} < vendor/phplist/phplist4-core/Database/Schema.sql;
5454
5555
script:
56+
- >
57+
echo;
58+
echo "Validating the composer.json";
59+
composer validate --no-check-all --no-check-lock --strict;
60+
5661
- >
5762
echo;
5863
echo "Linting all PHP files";

0 commit comments

Comments
 (0)