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.
2 parents 8818124 + 0a450d7 commit ff33771Copy full SHA for ff33771
.travis.yml
@@ -245,7 +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/"
+ echo -e "1\\n0" | xargs -I{} bash -c "tfold src/Symfony/Component/Process.sigchild{} SYMFONY_DEPRECATIONS_HELPER=weak 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