Skip to content

Commit ff33771

Browse files
Merge branch '2.8' into 3.4
* 2.8: [travis] fix CI for sigchild+Process
2 parents 8818124 + 0a450d7 commit ff33771

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
@@ -245,7 +245,7 @@ install:
245245
tfold src/Symfony/Component/Console.tty $PHPUNIT src/Symfony/Component/Console --group tty
246246
if [[ $PHP = ${MIN_PHP%.*} ]]; then
247247
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/"
248+
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/"
249249
fi
250250
fi
251251
}

0 commit comments

Comments
 (0)