Skip to content

Commit 800fb91

Browse files
authored
Merge pull request #7 from szepeviktor/szepeviktor-patch-1
Disable xdebug
2 parents c69671d + 003c007 commit 800fb91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ jobs:
44
docker:
55
- image: circleci/php:7.2.17-stretch
66
steps:
7+
- run: sudo rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
78
- checkout
89
- run: composer validate
910
- run: composer install

0 commit comments

Comments
 (0)