Skip to content

Commit

Permalink
Do not run functional and unit tests when running PHP CS Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmollenhour authored and dvdoug committed Apr 15, 2020
1 parent e78ea21 commit 59e730a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ script:
- |
if [ "$CSFIXER" = "1" ]; then
vendor/bin/php-cs-fixer fix --verbose --dry-run --diff --diff-format=udiff --allow-risky=yes;
fi;
- |
if [ "${TEST_SUITE}" = "unit" ]; then
elif [ "${TEST_SUITE}" = "unit" ]; then
php vendor/bin/phpunit --exclude-group efficiency;
elif [ "${TEST_SUITE}" = "efficiency" ]; then
php vendor/bin/phpunit --group efficiency;
Expand Down

0 comments on commit 59e730a

Please sign in to comment.