Skip to content

Commit 0a450d7

Browse files
[travis] fix CI for sigchild+Process
1 parent 4879d89 commit 0a450d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ install:
224224
tfold src/Symfony/Component/Console.tty $PHPUNIT src/Symfony/Component/Console --group tty
225225
if [[ $PHP = ${MIN_PHP%.*} ]]; then
226226
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/"
227+
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/"
228228
fi
229229
fi
230230
}

0 commit comments

Comments
 (0)