Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1677777 commit 81f9806Copy full SHA for 81f9806
.travis.yml
@@ -172,7 +172,7 @@ install:
172
elif [[ $deps = high ]]; then
173
echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
174
elif [[ $deps = low ]]; then
175
- echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP --prefer-lowest --prefer-stable && $PHPUNIT_X'"
+ echo "$COMPONENTS" | parallel --gnu -j1 -u "tfold {} 'cd {} && $COMPOSER_UP --prefer-lowest --prefer-stable && $PHPUNIT_X'"
176
else
177
echo "$COMPONENTS" | parallel --gnu "tfold {} $PHPUNIT_X {}"
178
tfold tty-group $PHPUNIT --group tty
0 commit comments