Skip to content

Commit

Permalink
fixed the Flex server endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 6, 2019
1 parent 2748f40 commit 9795dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 9795dcc

Please sign in to comment.