Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c891a90

Browse filesBrowse files
committed
Only run the bloody Process tests
1 parent 14891b2 commit c891a90
Copy full SHA for c891a90

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+2-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.