Skip to content

Commit

Permalink
fixup warning in circleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBellyDev committed Jan 2, 2021
1 parent abc16d8 commit 00a013d
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 @@ -58,7 +58,7 @@ jobs:
- v1-php-dependencies-{{ .Environment.CIRCLE_SHA1 }}
- run:
name: run php-cs-fixer checks
command: bin/php-cs-fixer fix --verbose --diff --dry-run
command: PHP_CS_FIXER_IGNORE_ENV=1 bin/php-cs-fixer fix --verbose --diff --dry-run

phpspec_and_behat:
parameters:
Expand All @@ -78,7 +78,7 @@ jobs:
command: bin/phpspec run --format=pretty
- run:
name: run phpspec coverage tests
command: bin/phpspec run -f progress -c phpspec-coverage.yml
command: XDEBUG_MODE=coverage bin/phpspec run -f progress -c phpspec-coverage.yml
- store_artifacts:
path: coverage
- run:
Expand Down

0 comments on commit 00a013d

Please sign in to comment.