Skip to content

Commit

Permalink
Only run formatting on PHP7, compat tests on PHP5
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Jul 30, 2019
1 parent 904fd2f commit 294d57e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ commands:
composer phpcbf
composer phpcbf-tests
composer phpcs-tests
composer compat
run-tests:
steps:
- run:
Expand All @@ -60,7 +59,8 @@ jobs:
steps:
- prepare
- run-tests
- run-formatting
- run:
command: composer compat
php_7:
docker:
- image: circleci/php:7.1
Expand Down

0 comments on commit 294d57e

Please # to comment.