|
@@ -15,7 +15,7 @@ env:
|
|
before_script:
|
|
before_script:
|
|
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
|
|
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
|
|
- composer install --dev --prefer-source
|
|
- composer install --dev --prefer-source
|
|
- - pip install Sphinx
|
|
|
|
|
|
+ - sudo pip install Sphinx
|
|
|
|
|
|
script: phpunit && cd Resources/doc && make html
|
|
script: phpunit && cd Resources/doc && make html
|
|
|
|
|