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 4879d89 commit 0a450d7Copy full SHA for 0a450d7
.travis.yml
@@ -224,7 +224,7 @@ install:
224
tfold src/Symfony/Component/Console.tty $PHPUNIT src/Symfony/Component/Console --group tty
225
if [[ $PHP = ${MIN_PHP%.*} ]]; then
226
export PHP=$MIN_PHP
227
- 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/"
228
fi
229
230
}
0 commit comments