8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e91dd commit 8818124Copy full SHA for 8818124
.travis.yml
@@ -245,6 +245,7 @@ install:
245
tfold src/Symfony/Component/Console.tty $PHPUNIT src/Symfony/Component/Console --group tty
246
if [[ $PHP = ${MIN_PHP%.*} ]]; then
247
export PHP=$MIN_PHP
248
+ echo -e "1\\n0" | xargs -I{} bash -c "tfold src/Symfony/Component/Process.sigchild{} ENHANCE_SIGCHLD={} php-$MIN_PHP/sapi/cli/php .phpunit/phpunit-4.8/phpunit --colors=always src/Symfony/Component/Process/"
249
fi
250
251
}
0 commit comments