Merge pull request #22 from wellrestedphp/fix-travis
Add xdebug.ini for Travis
This commit is contained in:
commit
19c03b9b8b
|
|
@ -4,6 +4,7 @@ php:
|
||||||
- "7.4"
|
- "7.4"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- phpenv config-add docker/php/xdebug.ini
|
||||||
- composer selfupdate
|
- composer selfupdate
|
||||||
- composer install --prefer-source
|
- composer install --prefer-source
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
[xdebug]
|
||||||
|
xdebug.mode=coverage,debug
|
||||||
|
xdebug.client_host=host.docker.internal
|
||||||
|
xdebug.client_port=9000
|
||||||
Loading…
Reference in New Issue