Skip to content

Commit 665ef11

Browse files
authored
Merge pull request #262 from wpengine/ryanmeier/phplint-fix
Updated Travis to run php lint on all php versions.
2 parents 7b8da74 + c9572bd commit 665ef11

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)