|
@@ -44,7 +44,7 @@ before_script:
|
|
- composer config -q github-oauth.github.com $GITHUB_OAUTH_TOKEN
|
|
- composer config -q github-oauth.github.com $GITHUB_OAUTH_TOKEN
|
|
- if [ "$SYMFONY_VERSION" = "2.8.*@dev" ] || [ "$SYMFONY_VERSION" = "3.0.x-dev as 2.8" ]; then SYMFONY_DEPRECATIONS_HELPER=strict; fi;
|
|
- if [ "$SYMFONY_VERSION" = "2.8.*@dev" ] || [ "$SYMFONY_VERSION" = "3.0.x-dev as 2.8" ]; then SYMFONY_DEPRECATIONS_HELPER=strict; fi;
|
|
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
|
|
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
|
|
- - travis_wait composer update --no-interaction $COMPOSER_FLAGS
|
|
|
|
|
|
+ - travis_wait composer update --prefer-dist --no-interaction $COMPOSER_FLAGS
|
|
- export PATH=$HOME/.local/bin:$PATH
|
|
- export PATH=$HOME/.local/bin:$PATH
|
|
- pip install -r Resources/doc/requirements.txt --user `whoami`
|
|
- pip install -r Resources/doc/requirements.txt --user `whoami`
|
|
|
|
|