Skip to content

Commit

Permalink
conformist update...
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Nelson committed Aug 8, 2018
1 parent 9d124a0 commit 15bc6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:

- run: if [ -f vendor/bin/phpunit ]; then vendor/bin/phpunit; fi
- run: if [ -f vendor/bin/pharmacist ]; then vendor/bin/pharmacist; fi
- run: if [ -f vendor/bin/phpstan ]; then php -d memory_limit=4G vendor/bin/phpstan analyse -l 0 src; fi
- run: if [ -f vendor/bin/phpstan ]; then php -d memory_limit=4G vendor/bin/phpstan analyse -l 0 src $(if [ -f phpstan.neon ]; then echo "-c phpstan.neon"; fi); fi

0 comments on commit 15bc6be

Please sign in to comment.