Skip to content

Commit 2c230c9

Browse files
committed
Adding composer validation to build matrix
1 parent 9f935a4 commit 2c230c9

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
@@ -26,6 +26,7 @@ before_script:
2626
- if find . -name "*.php" -path "./tests/*" -path "./validation/*" -maxdepth 0 --exec php -l {} 2>&1 \; | grep "syntax error, unexpected"; then exit 1; fi
2727

2828
script:
29+
- composer validate
2930
- |
3031
if [[ $VALIDATION = true ]]; then
3132
phpunit --testsuite validation

0 commit comments

Comments
 (0)