10000 Add tavis fold · symfony/symfony@c8a20a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit c8a20a0

Browse files
committed
Add tavis fold
1 parent ae7bcae commit c8a20a0

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
@@ -98,7 +98,7 @@ script:
9898
- if [[ ! $deps && ! $PHP = hhvm* ]]; then echo -e "\\nRunning tests requiring tty"; $PHPUNIT --group tty; fi
9999
- if [[ ! $deps && $PHP = hhvm* ]]; then $PHPUNIT --exclude-group benchmark,intl-data; fi
100100
- if [[ ! $deps && $PHP = ${MIN_PHP%.*} ]]; then echo -e "1\\n0" | xargs -I{} sh -c 'echo "\\nPHP --enable-sigchild enhanced={}" && SYMFONY_DEPRECATIONS_HELPER=weak ENHANCE_SIGCHLD={} php-$MIN_PHP/sapi/cli/php .phpunit/phpunit-4.8/phpunit --colors=always src/Symfony/Component/Process/'; fi
101-
- if [[ $deps = high ]]; then echo "$COMPONENTS" | parallel --gnu -j10% 'cd {}; composer update --no-progress --ansi; $PHPUNIT --exclude-group tty,benchmark,intl-data'$LEGACY"$REPORT"; fi
101+
- if [[ $deps = high ]]; then echo "$COMPONENTS" | parallel --gnu -j10% 'FOLD=$(echo "{}"|tr / .); echo -e "travis_fold:start:$FOLD\\n"; cd {}; composer update --no-progress --ansi; $PHPUNIT --exclude-group tty,benchmark,intl-data$LEGACY; echo -e "travis_fold:end:$FOLD\\n"'"$REPORT"; fi
102102
- if [[ $deps = low ]]; then echo "$COMPONENTS" | parallel --gnu -j10% 'cd {}; composer update --no-progress --ansi --prefer-lowest --prefer-stable; $PHPUNIT --exclude-group tty,benchmark,intl-data'"$REPORT"; fi
103103
# Test the PhpUnit bridge using the original phpunit script
104104
- if [[ $deps = low ]]; then (cd src/Symfony/Bridge/PhpUnit && wget https://phar.phpunit.de/phpunit-4.8.phar); fi

0 commit comments

Comments
 (0)
0