mirror of
https://github.com/danog/parallel.git
synced 2024-11-26 20:34:40 +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
|
||||
|
||||
script:
|
||||
# phpdbg prints out of memory with pthreads enabled
|
||||
- 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
|
||||
- vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
|
||||
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix
|
||||
|
||||
after_script:
|
||||
|
Loading…
Reference in New Issue
Block a user