Skip to content

Commit 5e1ffb8

Browse files
[travis] increase concurrency
1 parent 50b3ba9 commit 5e1ffb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,12 @@ install:
260260
tfold 'phpunit install' ./phpunit install
261261
fi
262262
if [[ $deps = high ]]; then
263-
echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
263+
echo "$COMPONENTS" | parallel --gnu "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
264264
elif [[ $deps = low ]]; then
265265
[[ -e ~/php-ext/composer-lowest.lock.tar ]] && tar -xf ~/php-ext/composer-lowest.lock.tar
266266
tar -cf ~/php-ext/composer-lowest.lock.tar --files-from /dev/null
267267
php .github/rm-invalid-lowest-lock-files.php $COMPONENTS
268-
echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && ([ -e composer.lock ] && ${COMPOSER_UP/update/install} || $COMPOSER_UP --prefer-lowest --prefer-stable) && $PHPUNIT_X'"
268+
echo "$COMPONENTS" | parallel --gnu "tfold {} 'cd {} && ([ -e composer.lock ] && ${COMPOSER_UP/update/install} || $COMPOSER_UP --prefer-lowest --prefer-stable) && $PHPUNIT_X'"
269269
echo "$COMPONENTS" | xargs -n1 -I{} tar --append -f ~/php-ext/composer-lowest.lock.tar {}/composer.lock
270270
elif [[ $PHP = hhvm* ]]; then
271271
rm src/Symfony/Bridge/PhpUnit -Rf

0 commit comments

Comments
 (0)