8000
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 8606c15 commit b639aa8Copy full SHA for b639aa8
.travis.yml
@@ -20,10 +20,7 @@ env:
20
21
matrix:
22
include:
23
- - php: 7.1.3
24
- - php: 7.1
25
- env: deps=high
26
+ - php: 7.2
27
env: deps=low
28
fast_finish: true
29
@@ -173,7 +170,7 @@ install:
173
170
elif [[ $deps = high ]]; then
174
171
echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
175
172
elif [[ $deps = low ]]; then
176
- 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'"
177
else
178
echo "$COMPONENTS" | parallel --gnu "tfold {} $PHPUNIT_X {}"
179
tfold tty-group $PHPUNIT --group tty
0 commit comments