From f1ae35f24767797180caebcd613181bfcd8d5c09 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Fri, 26 Jan 2018 12:31:33 +0100 Subject: [PATCH] Display the list of packages being required during testing --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5472ba07..1ba817c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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