mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Display the list of packages being required during testing
This commit is contained in:
@@ -17,6 +17,7 @@ before_install:
|
||||
- phpenv config-rm xdebug.ini || true
|
||||
- export SYMFONY_ENDPOINT=https://symfony.sh/r/github.com/symfony/recipes-contrib/${TRAVIS_PULL_REQUEST}
|
||||
- export PACKAGES=$(curl -s $SYMFONY_ENDPOINT | sed -En 's/.*composer req "([^"]+)".*/\1/p')
|
||||
- echo "$PACKAGES"
|
||||
|
||||
install:
|
||||
- composer create-project "symfony/skeleton:${SKELETON_VERSION}" flex
|
||||
|
||||
Reference in New Issue
Block a user