Skip to content

Commit c9572bd

Browse files
committed
Updated Travis to run php lint on all php versions.
1 parent 7b8da74 commit c9572bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ script:
8989
- |
9090
if [[ "$PHPCS" == "1" ]]; then
9191
composer phpcs
92-
bash php-lint.sh
9392
fi
9493
9594
if [[ "$NPM_TESTS" == "1" ]]; then
9695
npm test
9796
else
97+
bash php-lint.sh
9898
phpunit
9999
fi

0 commit comments

Comments
 (0)