Merge pull request #266

This commit is contained in:
symfony-flex-server[bot]
2018-02-25 11:49:50 +00:00
committed by GitHub
+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