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.
1 parent 14891b2 commit c891a90Copy full SHA for c891a90
.travis.yml
@@ -46,7 +46,7 @@ before_install:
46
[ -d ~/.composer ] || mkdir ~/.composer
47
cp .composer/* ~/.composer/
48
export PHPUNIT=$(readlink -f ./phpunit)
49
- export PHPUNIT_X="$PHPUNIT --exclude-group tty,benchmark,intl-data --debug"
+ export PHPUNIT_X="$PHPUNIT --exclude-group tty,benchmark,intl-data --debug -v"
50
export COMPOSER_UP='composer update --no-progress --no-suggest --ansi'
51
52
nanoseconds() {
@@ -101,7 +101,7 @@ before_install:
101
deps=skip
102
skip=1
103
else
104
- COMPONENTS=$(find src/Symfony -mindepth 3 -type f -name phpunit.xml.dist -printf '%h\n')
+ COMPONENTS=(src/Symfony/Component/Process)
105
fi
106
107
- |
0 commit comments