Skip to content

Commit 73b56c7

Browse files
committed
Added composer lint to run after phpcs within Travis config.
1 parent 5dabee7 commit 73b56c7

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
@@ -89,6 +89,7 @@ script:
8989
- |
9090
if [[ "$PHPCS" == "1" ]]; then
9191
composer phpcs
92+
composer lint
9293
fi
9394
9495
if [[ "$NPM_TESTS" == "1" ]]; then

0 commit comments

Comments
 (0)