8000 Only run the bloody Process tests · symfony/symfony@c891a90 · GitHub
[go: up one dir, main page]

Skip to content

Commit c891a90

Browse files
committed
Only run the bloody Process tests
1 parent 14891b2 commit c891a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ before_install:
4646
[ -d ~/.composer ] || mkdir ~/.composer
4747
cp .composer/* ~/.composer/
4848
export PHPUNIT=$(readlink -f ./phpunit)
49-
export PHPUNIT_X="$PHPUNIT --exclude-group tty,benchmark,intl-data --debug"
49+
export PHPUNIT_X="$PHPUNIT --exclude-group tty,benchmark,intl-data --debug -v"
5050
export COMPOSER_UP='composer update --no-progress --no-suggest --ansi'
5151
5252
nanoseconds() {
@@ -101,7 +101,7 @@ before_install:
101101
deps=skip
102102
skip=1
103103
else
104-
COMPONENTS=$(find src/Symfony -mindepth 3 -type f -name phpunit.xml.dist -printf '%h\n')
104+
COMPONENTS=(src/Symfony/Component/Process)
105105
fi
106106
107107
- |

0 commit comments

Comments
 (0)
0