Skip to content

Commit 4a5ed60

Browse files
oliverkleeSam Tuke
authored and
Sam Tuke
committed
[FEATURE] Validate the composer.json on Travis (#245)
1 parent aab1d62 commit 4a5ed60

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ install:
5151
composer show;
5252
5353
script:
54+
- >
55+
echo;
56+
echo "Validating the composer.json";
57+
composer validate --no-check-all --no-check-lock --strict;
58+
5459
- >
5560
echo;
5661
echo "Linting all PHP files";

0 commit comments

Comments
 (0)