8000 Merge branch '4.4' into 5.2 · rubanooo/symfony@639c913 · GitHub
[go: up one dir, main page]

Skip to content

Commit 639c913

Browse files
Merge branch '4.4' into 5.2
* 4.4: - [travis] raise concurrency
2 parents 1bbacd5 + c2e4ac6 commit 639c913

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
COMPOSER_HOME="$(composer config home)"
6262
([ -d "$COMPOSER_HOME" ] || mkdir "$COMPOSER_HOME") && cp .github/composer-config.json "$COMPOSER_HOME/config.json"
6363
64-
echo COLUMNS=120 >> $GITHUB_ENV
6564
echo PHPUNIT="$(readlink -f ./phpunit) --exclude-group tty,benchmark,intl-data" >> $GITHUB_ENV
6665
echo COMPOSER_UP='composer update --no-progress --ansi' >> $GITHUB_ENV
6766
@@ -150,6 +149,7 @@ jobs:
150149
local ok=0
151150
local title="$1 $FLIP"
152151
local start=$(date -u +%s)
152+
export COLUMNS=120
153153
OUTPUT=$(bash -xc "$2" 2>&1) || ok=1
154154
local end=$(date -u +%s)
155155

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ install:
118118
- ./phpunit install
119119

120120
script:
121-
- echo "$COMPONENTS" | parallel --gnu "tfold {} ./phpunit --exclude-group tty,benchmark,intl-data {}"
121+
- ec 3CEF ho "$COMPONENTS" | parallel --gnu -j +3 "tfold {} ./phpunit --exclude-group tty,benchmark,intl-data {}"
122122
- tfold src/Symfony/Component/Console.tty ./phpunit src/Symfony/Component/Console --group tty
123123
- tfold src/Symfony/Bridge/Twig.tty ./phpunit src/Symfony/Bridge/Twig --group tty

0 commit comments

Comments
 (0)
0