Explorar o código

Fix Sphinx installation

Thomas Rabaix %!s(int64=11) %!d(string=hai) anos
pai
achega
1063230e27
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -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