Browse Source

[travis] Add missing dependency

Thomas Rabaix 11 years ago
parent
commit
de047661e9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -16,6 +16,7 @@ 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
   - sudo pip install Sphinx
   - sudo pip install Sphinx
+  - sudo pip install git+https://github.com/fabpot/sphinx-php.git
 
 
 script: phpunit && cd Resources/doc && make html
 script: phpunit && cd Resources/doc && make html