Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 692d482

Browse files
committed
Enable Xdebug in circleCI
1 parent c5c016f commit 692d482

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circle.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dependencies:
66
pre:
77
- curl -s http://getcomposer.org/installer | php
88
- php composer.phar install -n
9+
- sed -i 's/^;//' ~/.phpenv/versions/$(phpenv global)/etc/conf.d/xdebug.ini
910

1011
test:
1112
post:

0 commit comments

Comments
 (0)