1
0
mirror of https://github.com/danog/parallel.git synced 2024-12-02 17:52:14 +01:00

Restore xdebug on travis

This commit is contained in:
Aaron Piotrowski 2020-02-10 12:34:27 -06:00
parent 3df3f7c80e
commit 5d0b340a38
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -18,9 +18,6 @@ matrix:
env: env:
- AMP_DEBUG=true - AMP_DEBUG=true
before_install:
- phpenv config-rm xdebug.ini || echo "No xdebug config."
install: install:
- composer update -n --prefer-dist - composer update -n --prefer-dist
# pthreads is now only supported on PHP 7.2+ # pthreads is now only supported on PHP 7.2+