minor #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
-------

aecaf6b49d [travis] raise concurrency
This commit is contained in:
Nicolas Grekas 2021-06-27 13:53:23 +02:00
commit 2545205ea6
1 changed files with 1 additions and 1 deletions

View File

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