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