1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-30 04:39:01 +01:00

phpdbg is crashing on travis

This commit is contained in:
Aaron Piotrowski 2019-02-18 10:01:29 -06:00
parent 8e19da949f
commit 7ee5a0aec7
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -34,12 +34,7 @@ install:
- chmod +x coveralls.phar - chmod +x coveralls.phar
script: script:
# phpdbg prints out of memory with pthreads enabled - vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
- if [ "$TRAVIS_PHP_VERSION" = "7.0" ] || [ "$TRAVIS_PHP_VERSION" = "7.1" ]; then
phpdbg -qrr vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml;
else
vendor/bin/phpunit;
fi
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix - PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix
after_script: after_script: