Skip to content

Commit

Permalink
update .circleci/config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fenric committed Feb 1, 2021
1 parent e489b67 commit 0c20943
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,6 @@ jobs:
- checkout
- run: composer install --no-interaction --prefer-source --no-suggest
- run: php vendor/bin/phpunit --colors=always
coverage:
docker:
- image: circleci/php:8.0-cli-node-browsers
steps:
- run: sudo pecl install apcu
- run: sudo docker-php-ext-enable apcu
- run: sudo pecl install xdebug
- run: sudo docker-php-ext-enable xdebug
- run: php -v
- checkout
- run: composer install --no-interaction --prefer-source --no-suggest
- run: php vendor/bin/phpunit --colors=always --coverage-html build/coverage-report
- store_artifacts:
path: build/coverage-report
workflows:
version: 2
build:
Expand All @@ -77,4 +63,3 @@ workflows:
- php73
- php74
- php80
- coverage

0 comments on commit 0c20943

Please sign in to comment.