8000 Fold PHPUnit.hhvm group · symfony/symfony@8ad69ef · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ad69ef

Browse files
committed
Fold PHPUnit.hhvm group
1 parent 4ea47d5 commit 8ad69ef

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
@@ -89,7 +89,7 @@ script:
8989
- if [[ $skip ]]; then echo -e "\\n\\e[1;34mIntermediate PHP version $PHP is skipped for pull requests.\\e[0m"; fi
9090
- if [[ ! $deps && ! $PHP = hhvm* ]]; then echo "$COMPONENTS" | parallel --gnu 'FOLD=$(echo "{}.PHPUnit"|tr / .); '$FOLD_START'; $PHPUNIT --exclude-group tty,benchmark,intl-data {} && '$FOLD_END; fi
9191
- if [[ ! $deps && ! $PHP = hhvm* ]]; then FOLD="PHPUnit.tty"; eval $FOLD_START; $PHPUNIT --group tty && eval $FOLD_END; fi
92-
- if [[ ! $deps && $PHP = hhvm* ]]; then $PHPUNIT --exclude-group benchmark,intl-data; fi
92+
- if [[ ! $deps && $PHP = hhvm* ]]; then FOLD="PHPUnit.hhvm"; $PHPUNIT --exclude-group benchmark,intl-data && eval $FOLD_END; fi
9393
- if [[ ! $deps && $PHP = ${MIN_PHP%.*} ]]; then echo -e "1\\n0" | xargs -I{} sh -c 'echo "\\nPHP --enable-sigchild enhanced={}" && ENHANCE_SIGCHLD={} php-$MIN_PHP/sapi/cli/php .phpunit/phpunit-4.8/phpunit --colors=always src/Symfony/Component/Process/'; fi
9494
- if [[ $deps = high ]]; then echo "$COMPONENTS" | parallel --gnu -j10% 'FOLD=$(echo "{}.composer"|tr / .); '$FOLD_START'; cd {}; composer update --no-progress --no-suggest --ansi 2>&1 && '$FOLD_END'; FOLD=$(echo "{}.PHPUnit"|tr / .); '$FOLD_START'; $PHPUNIT --exclude-group tty,benchmark,intl-data$LEGACY && '$FOLD_END; fi
9595
- if [[ $deps = low ]]; then echo "$COMPONENTS" | parallel --gnu -j10% 'FOLD=$(echo "{}.composer"|tr / .); '$FOLD_START'; cd {}; composer update --no-progress --no-suggest --ansi --prefer-lowest --prefer-stable 2>&1 && '$FOLD_END'; FOLD=$(echo "{}.PHPUnit"|tr / .); '$FOLD_START'; $PHPUNIT --exclude-group tty,benchmark,intl-data && '$FOLD_END; fi

0 commit comments

Comments
 (0)
0