10000
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.
2 parents bb59651 + aecaf6b commit 2545205Copy full SHA for 2545205
.travis.yml
@@ -122,6 +122,6 @@ install:
122
- ./phpunit install
123
124
script:
125
- - 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 {}"
126
- tfold src/Symfony/Component/Console.tty ./phpunit src/Symfony/Component/Console --group tty
127
- tfold src/Symfony/Bridge/Twig.tty ./phpunit src/Symfony/Bridge/Twig --group tty
0 commit comments