Explorar o código

[travis] Add missing dependency

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

+ 1 - 0
.travis.yml

@@ -16,6 +16,7 @@ before_script:
   - composer require symfony/symfony:${SYMFONY_VERSION} --no-update
   - composer install --dev --prefer-source
   - sudo pip install Sphinx
+  - sudo pip install git+https://github.com/fabpot/sphinx-php.git
 
 script: phpunit && cd Resources/doc && make html