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:
parent
8e19da949f
commit
7ee5a0aec7
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user