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