Display the list of packages being required during testing

This commit is contained in:
Christophe Coevoet
2018-01-26 12:31:33 +01:00
committed by GitHub
parent 0cb5c8ea96
commit f1ae35f247
+1
View File
@@ -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