10000 minor #41875 [travis] raise concurrency (nicolas-grekas) · qurben/symfony@2545205 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2545205

Browse files
minor symfony#41875 [travis] raise concurrency (nicolas-grekas)
This PR was merged into the 4.4 branch. Discussion ---------- [travis] raise concurrency | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- aecaf6b [travis] raise concurrency
2 parents bb59651 + aecaf6b commit 2545205

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
@@ -122,6 +122,6 @@ install:
122122
- ./phpunit install
123123

124124
script:
125-
- echo "$COMPONENTS" | parallel --gnu "tfold {} ./phpunit --exclude-group tty,benchmark,intl-data {}"
125+
- echo "$COMPONENTS" | parallel --gnu -j +3 "tfold {} ./phpunit --exclude-group tty,benchmark,intl-data {}"
126126
- tfold src/Symfony/Component/Console.tty ./phpunit src/Symfony/Component/Console --group tty
127127
- tfold src/Symfony/Bridge/Twig.tty ./phpunit src/Symfony/Bridge/Twig --group tty

0 commit comments

Comments
 (0)
0