Skip to content
Snippets Groups Projects
Commit 2076375e authored by Erick Hitter's avatar Erick Hitter
Browse files

Fix Xdebug enable

parent 7129d6bf
No related branches found
No related tags found
1 merge request!19Fix Xdebug enable
...@@ -16,4 +16,5 @@ before_script: ...@@ -16,4 +16,5 @@ before_script:
- composer global require yoast/phpunit-polyfills - composer global require yoast/phpunit-polyfills
# Enable Xdebug for coverage reports # Enable Xdebug for coverage reports
- echo "extension=xdebug.so\nxdebug.mode=coverage" > /usr/local/etc/php/conf.d/xdebug.ini - echo "extension=xdebug.so" > /usr/local/etc/php/conf.d/xdebug.ini
- echo "xdebug.mode=coverage" >> /usr/local/etc/php/conf.d/xdebug.ini
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment