8000 Fix travis script · symfony/symfony@dfce45b · GitHub
[go: up one dir, main page]

Skip to content

Commit dfce45b

Browse files
Fix travis script
1 parent e4082fa commit dfce45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ install:
199199
export SYMFONY_DEPRECATIONS_HELPER=weak &&
200200
cp composer.json composer.json.orig &&
201201
echo -e '{\n"require":{'"$(grep phpunit-bridge composer.json)"'"php":"*"},"minimum-stability":"dev"}' > composer.json &&
202-
php .github/build-packages.php HEAD^ $COMPONENTS &&
202+
php .github/build-packages.php HEAD^ $(find src/Symfony -mindepth 3 -type f -name composer.json -printf '%h\n') &&
203203
mv composer.json composer.json.phpunit &&
204204
mv composer.json.orig composer.json
205205
fi

0 commit comments

Comments
 (0)
0