fixed the Flex server endpoint

This commit is contained in:
Fabien Potencier
2019-01-06 17:06:04 +01:00
parent 2748f40b04
commit 9795dccedc
+1 -1
View File
@@ -15,7 +15,7 @@ matrix:
before_install:
- phpenv config-rm xdebug.ini || true
- export SYMFONY_ENDPOINT=https://symfony.sh/r/github.com/symfony/recipes-contrib/${TRAVIS_PULL_REQUEST}
- export SYMFONY_ENDPOINT=https://flex.symfony.com/r/github.com/symfony/recipes-contrib/${TRAVIS_PULL_REQUEST}
- export PACKAGES=$(curl -s $SYMFONY_ENDPOINT | sed -En 's/.*composer req "([^"]+)".*/\1/p')
install: